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:
parent
08ac56b7f2
commit
3476565665
5 changed files with 0 additions and 5 deletions
|
|
@ -46,7 +46,6 @@ Title: Minuses:
|
|||
* it\'s null
|
||||
|
||||
Warning: This may not work as expected
|
||||
|
||||
.. code-block:: c++
|
||||
|
||||
int main() { while(true); }
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@ Title: Minuses:
|
|||
* it\'s null
|
||||
|
||||
Warning: This may not work as expected
|
||||
|
||||
.. code-block:: c++
|
||||
|
||||
int main() { while(true); }
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@ Not everything works right now...
|
|||
|
||||
'citationword'
|
||||
|
||||
|
||||
.. code-block:: c++
|
||||
|
||||
some test code""")
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ Author: Zubr
|
|||
|
||||
'citationword'
|
||||
|
||||
|
||||
.. code-block:: c++
|
||||
|
||||
some test code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue