Fix Java doxygen:notranslate for single line comments

Remove extra generated line
This commit is contained in:
William S Fulton 2018-06-16 15:31:49 +01:00
commit d22ecafb36
4 changed files with 17 additions and 4 deletions

View file

@ -14,6 +14,9 @@ The comment text
\sa function2"""
)
comment_verifier.check(inspect.getdoc(doxygen_basic_notranslate.function1),
r"""Single line comment """
)
comment_verifier.check(inspect.getdoc(doxygen_basic_notranslate.function2),
r"""A test of a very very very very very very very very very very very very very very very very
very very very very very long comment string."""