mirror of
https://github.com/clearlinux/graphene.git
synced 2026-08-28 13:25:43 +00:00
a079a97f5e
Allows writing verbatim reST in C comments to be rendered in documentation. Stolen from https://breathe.readthedocs.io/en/latest/markups.html.
17 lines
351 B
Plaintext
17 lines
351 B
Plaintext
# This is a common Doxyfile, actual listings are built from Doxyfile-*
|
|
|
|
GENERATE_XML = YES
|
|
XML_PROGRAMLISTING = NO
|
|
XML_OUTPUT = xml
|
|
|
|
GENERATE_HTML = NO
|
|
GENERATE_LATEX = NO
|
|
|
|
WARN_NO_PARAMDOC = YES
|
|
WARN_AS_ERROR = NO
|
|
OPTIMIZE_OUTPUT_FOR_C = YES
|
|
EXTRACT_STATIC = YES
|
|
|
|
ALIASES = "rst=\verbatim embed:rst:leading-asterisk"
|
|
ALIASES += "endrst=\endverbatim"
|