mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 16:13:53 +00:00
57a9bbc6c7
* Make 'any' the default markup role for Sphinx docs * Automate generation of reference docs with doxygen and breathe * Improve reference docs coverage
20 lines
535 B
Plaintext
20 lines
535 B
Plaintext
PROJECT_NAME = pybind11
|
|
INPUT = ../include/pybind11/
|
|
|
|
GENERATE_HTML = NO
|
|
GENERATE_LATEX = NO
|
|
GENERATE_XML = YES
|
|
XML_OUTPUT = .build/doxygenxml
|
|
XML_PROGRAMLISTING = YES
|
|
|
|
MACRO_EXPANSION = YES
|
|
EXPAND_ONLY_PREDEF = YES
|
|
EXPAND_AS_DEFINED = PYBIND11_RUNTIME_EXCEPTION
|
|
|
|
ALIASES = "rst=\verbatim embed:rst"
|
|
ALIASES += "endrst=\endverbatim"
|
|
|
|
QUIET = YES
|
|
WARNINGS = YES
|
|
WARN_IF_UNDOCUMENTED = NO
|