Skip to content

Commit

Permalink
Add new line break for 'par' section in XML parser, thanks @zyphlar
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubAndrysek committed Feb 14, 2024
1 parent ccf7b7d commit 2cc4b70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mkdoxy/xml_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
)
from mkdoxy.utils import lookahead

# https://www.doxygen.nl/manual/commands.html
SIMPLE_SECTIONS = {
"see": "See also:",
"note": "Note:",
Expand All @@ -45,6 +46,7 @@
"exception": "Exception:",
"date": "Date:",
"version": "Version:",
"par": "\r\n",
}


Expand Down

0 comments on commit 2cc4b70

Please sign in to comment.