Commit Graph

55 Commits

Author SHA1 Message Date
Stephen Sherratt e426676c63 manual: Handle case where api has no methods 2017-06-02 15:34:45 +10:00
Stephen Sherratt 58cbddecff manual: Parameterize \apidoc cmd with section type 2017-06-02 15:34:45 +10:00
Stephen Sherratt e0d4bc7fc4 manual: Fixed bug where params out of order in doc
JIRA: SELFOUR-606
2016-11-29 14:30:51 +11:00
Stephen Sherratt 7dd19afcde manual: More tags recognised by doxy xml parser
JIRA: SELFOUR-606
2016-11-29 14:30:48 +11:00
Stephen Sherratt c464470d6c Syscalls docs in manual generated by doxygen
This adds a dummy header with syscall prototypes with doxygen comments.
The build process for the manual includes parsing these comments using
doxygen. Doxygen produces an xml file which is parsed by a script to
generate latex which is included in the manual. This approach was chosen
over doxygen's native latex output to gain greater control over the
formatting of the generated documentation, and to take advantage of
existing api-formatting support in the sel4 manual.

Related issue: SELFOUR-606
2016-09-16 10:09:36 +10:00