Eliminate extra newlines in doxygen python \verbatim blocks
Eliminate extra leading and trailing newlines present in translated doxygen \verbatim comments for python. Updating doxygen python tests accordingly.
This commit is contained in:
parent
321cb096a8
commit
c52bed2e66
4 changed files with 19 additions and 5 deletions
|
|
@ -283,13 +283,11 @@ r"""TODO: Some very important task
|
|||
|
||||
|
||||
|
||||
|
||||
very long
|
||||
text with tags <sometag>
|
||||
|
||||
|
||||
|
||||
|
||||
Version: 0.0.0.2
|
||||
|
||||
Warning: This is senseless!
|
||||
|
|
|
|||
|
|
@ -120,11 +120,9 @@ TODO: Some very important task
|
|||
:type b: float
|
||||
:param b: B is mentioned again...
|
||||
|
||||
|
||||
very long
|
||||
text with tags <sometag>
|
||||
|
||||
|
||||
Version: 0.0.0.2
|
||||
|
||||
Warning: This is senseless!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue