Remove extra newline before code block in doxygen python output

Remove a newline character that was added to the translated comments
prior to the code block.  This way the structure of the pydoc output
more closely resembles that of the original doxygen comments.
Updating tests accordingly.
This commit is contained in:
John McFarland 2019-05-27 13:04:15 -05:00
commit 3476565665
5 changed files with 0 additions and 5 deletions

View file

@ -46,7 +46,6 @@ Title: Minuses:
* it\'s null
Warning: This may not work as expected
.. code-block:: c++
int main() { while(true); }

View file

@ -44,7 +44,6 @@ Title: Minuses:
* it\'s null
Warning: This may not work as expected
.. code-block:: c++
int main() { while(true); }

View file

@ -34,7 +34,6 @@ Not everything works right now...
'citationword'
.. code-block:: c++
some test code""")

View file

@ -20,7 +20,6 @@ Author: Zubr
'citationword'
.. code-block:: c++
some test code