Eliminate extra newlines around doxygen python block math

Eliminate extra leading and trailing newlines around the \f[ and \f{
block math commands for doxygen comment translation for python.
Update tests accordingly.
This commit is contained in:
John McFarland 2019-05-25 14:33:41 -05:00
commit 08fc4a02b4
2 changed files with 0 additions and 7 deletions

View file

@ -90,13 +90,10 @@ r""":raises: SuperError
:math:`\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}`
.. math::
\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}
.. math::
\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}
@ -111,7 +108,6 @@ r""":raises: SuperError
This will only appear in hmtl""")
comment_verifier.check(inspect.getdoc(doxygen_translate_all_tags.func05),