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:
Vadim Zeitlin 2014-08-06 18:18:20 +02:00
commit d678891e43
5 changed files with 65 additions and 4 deletions

View file

@ -22,7 +22,11 @@ r"""
'citationword'
some test code
.. code-block:: c++
some test code
Conditional comment: SOMECONDITION
Some conditional comment