mirror of
https://github.com/seL4/seL4.git
synced 2026-04-04 14:31:12 +00:00
Put MCS-only invocations into their own groups and files. This solves the problem that doxygen gets confused by duplicate function names with the same parameters. MCS/non-MCS is distinguished by evaluating the <condition> field in the API XML definition. If the condition evaluates to true when CONFIG_KERNEL_MCS is set, it is an MCS-only method, otherwise it is assumed to be non-MCS or present in both configs. Fixes #558 Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
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.