Skip to content

Commit 51c0f9f

Browse files
committed
Minor formatting change
Use [source] block instead of triple backticks.
1 parent 957b991 commit 51c0f9f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sycl/doc/extensions/experimental/sycl_ext_oneapi_kernel_compiler_opencl.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,8 @@ This example demonstrates how to query the version of OpenCL C that is
447447
supported, how to query the supported features, and how to query the
448448
supported extensions.
449449

450-
```
450+
[source,c++]
451+
----
451452
#include <iostream>
452453
#include <sycl/sycl.hpp>
453454
namespace syclex = sycl::ext::oneapi::experimental;
@@ -476,4 +477,4 @@ int main() {
476477
std::cout << "Device supports online compilation with the OpenCL full profile\n";
477478
478479
}
479-
```
480+
----

0 commit comments

Comments
 (0)