Remove extra newline in beginning of doxygen python \code command
If \code is used as a block command (probably the main use case), an extra newline was included in the translated Python comments. This is now removed and doxygen python test case output updated.
This commit is contained in:
parent
e62c88883f
commit
3d64a2c037
2 changed files with 5 additions and 1 deletions
|
|
@ -49,7 +49,6 @@ Warning: This may not work as expected
|
|||
|
||||
.. code-block:: c++
|
||||
|
||||
|
||||
int main() { while(true); }
|
||||
|
||||
}"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue