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:
John McFarland 2019-05-25 13:40:59 -05:00
commit 321cb096a8
3 changed files with 7 additions and 5 deletions

View file

@ -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),