seL4/manual
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
..
figs no logo without more disclaimers 2015-11-09 20:42:28 +01:00
logos manual: apply foundation branding 2021-06-17 20:19:51 +10:00
parts manual: Add returned error codes table to API 2021-10-17 15:02:45 +11:00
tools manual: Remove some extra spaces after texttt 2021-10-17 15:02:45 +11:00
Doxyfile Convert license tags to SPDX identifiers 2020-03-09 13:21:49 +08:00
export.bst Convert license tags to SPDX identifiers 2020-03-09 13:21:49 +08:00
extra.bib manual: bring intro up-to-date 2021-09-30 18:07:19 +10:00
Makefile Convert license tags to SPDX identifiers 2020-03-09 13:21:49 +08:00
manual.tex manual: use more modern draft package 2021-06-17 20:19:51 +10:00
README.md manual: replace old README 2021-06-17 20:19:51 +10:00
references.bib manual: bring intro up-to-date 2021-09-30 18:07:19 +10:00
sel4.sty manual: apply foundation branding 2021-06-17 20:19:51 +10:00
VERSION Use correct version file in manual.tex 2016-03-17 14:40:53 +11:00

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.