Extra spaces are inserted after texttt tags when generating doxygen comments in order to ensure that xmlonly tags are readable by doxygen. The extra spaces cause a description like this: ``` Testing <texttt text="1"/>, 2, 3 ``` To be rendered like this: ``` Testing 1 , 2, 3 ``` This change identifies text runs that start with extra spaces and either a period or a comma and removes the extra spaces, allowing at least common punctuation to be rendered correctly. Signed-off-by: Jimmy Brush <code@jimmah.com> |
||
|---|---|---|
| .. | ||
| gen_env.py | ||
| gen_invocations.py | ||
| libsel4_tools | ||
| parse_doxygen_xml.py | ||