Files
graphene/Documentation/Doxyfile
Wojtek Porczyk a079a97f5e [Docs] Add \rst to Doxygen syntax
Allows writing verbatim reST in C comments to be rendered in
documentation.

Stolen from https://breathe.readthedocs.io/en/latest/markups.html.
2020-03-21 23:46:05 +01:00

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"