Fix Java doxygen:notranslate for single line comments
Remove extra generated line
This commit is contained in:
parent
57f7070406
commit
d22ecafb36
4 changed files with 17 additions and 4 deletions
|
|
@ -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."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue