forked from OSchip/llvm-project
[Doc] Fix sphinx warnings about wrong code-block format
Differential Revision: https://reviews.llvm.org/D101549
This commit is contained in:
parent
ed9df5bd2f
commit
76f84e7729
|
@ -99,7 +99,7 @@ space attributes for pointers:
|
|||
- private_space
|
||||
|
||||
|
||||
.. code-block::
|
||||
.. code-block:: C++
|
||||
|
||||
//TODO: add support for __attribute__((opencl_global_host)) and __attribute__((opencl_global_device)).
|
||||
|
||||
TODO: add support for `__attribute__((opencl_global_host))` and
|
||||
`__attribute__((opencl_global_device))`.
|
||||
|
|
Loading…
Reference in New Issue