Translate Doxygen code blocks to Sphinx code blocks.
This ensures they are formatted correctly and syntax highlighted (currently always as C++ code).
This commit is contained in:
parent
0f21adf3f9
commit
d678891e43
5 changed files with 65 additions and 4 deletions
|
|
@ -22,7 +22,11 @@ r"""
|
|||
|
||||
'citationword'
|
||||
|
||||
some test code
|
||||
|
||||
.. code-block:: c++
|
||||
|
||||
some test code
|
||||
|
||||
|
||||
Conditional comment: SOMECONDITION
|
||||
Some conditional comment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue