mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 01:15:50 +08:00
[SE] Remove broken doc ref
llvm-svn: 280512
This commit is contained in:
@@ -31,9 +31,6 @@ public:
|
||||
virtual ~Device();
|
||||
|
||||
/// Creates a kernel object for this device.
|
||||
///
|
||||
/// See \ref CompilerGeneratedKernelExample "Kernel.h" for an example of how
|
||||
/// this method is used.
|
||||
template <typename KernelT>
|
||||
Expected<typename std::enable_if<std::is_base_of<KernelBase, KernelT>::value,
|
||||
KernelT>::type>
|
||||
|
||||
Reference in New Issue
Block a user