seL4/manual/tools
Jimmy Brush 9890b78c2b manual: Remove some extra spaces after texttt
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>
2021-10-17 15:02:45 +11:00
..
gen_env.py Convert license tags to SPDX identifiers 2020-03-09 13:21:49 +08:00
gen_invocations.py Convert license tags to SPDX identifiers 2020-03-09 13:21:49 +08:00
libsel4_tools manual: Added libsel4 tools library to manual dir 2016-11-29 14:30:02 +11:00
parse_doxygen_xml.py manual: Remove some extra spaces after texttt 2021-10-17 15:02:45 +11:00