Skip to content

Commit dc05829

Browse files
AaronBallmanvmaksimo
authored andcommitted
Speculatively fix the sphinx build for Clang's attribute reference
This is a cherry-pick of a10ff37
1 parent d74dec1 commit dc05829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/AttrDocs.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ implementation detail and not intended to be used by external users.
432432

433433
The syntax of the attribute is as follows:
434434

435-
.. code-block:: c++
435+
.. code-block:: text
436436

437437
class __attribute__((sycl_special_class)) accessor {};
438438
class [[clang::sycl_special_class]] accessor {};

0 commit comments

Comments
 (0)