[Doc] Fix sphinx warnings about wrong code-block format

Differential Revision: https://reviews.llvm.org/D101549
This commit is contained in:
Alexey Bader 2021-04-29 17:11:11 +03:00
parent ed9df5bd2f
commit 76f84e7729
1 changed files with 3 additions and 3 deletions

View File

@ -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))`.