Remove extra newline from end of doxygen python \code command
Remove the extra newline at the end of translation of doxygen \code \endcode command for Python. Update test output accordingly.
This commit is contained in:
parent
3d64a2c037
commit
321cb096a8
3 changed files with 7 additions and 5 deletions
|
|
@ -50,7 +50,6 @@ Warning: This may not work as expected
|
|||
.. code-block:: c++
|
||||
|
||||
int main() { while(true); }
|
||||
|
||||
}"""
|
||||
)
|
||||
comment_verifier.check(inspect.getdoc(doxygen_basic_translate.function5),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue