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> |
||
|---|---|---|
| .. | ||
| figs | ||
| logos | ||
| parts | ||
| tools | ||
| Doxyfile | ||
| export.bst | ||
| extra.bib | ||
| Makefile | ||
| manual.tex | ||
| README.md | ||
| references.bib | ||
| sel4.sty | ||
| VERSION | ||
seL4 Reference Manual
To build a PDF use
make
You will need recent version of LaTeX and doxygen.
The main source file is manual.tex, most of the text is in parts/,
and most of the API reference is generated with doxygen.