mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-13 09:03:54 +00:00
aebd21b53c
* docs: rework CI a bit, more modern skipping * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
23 lines
653 B
Plaintext
23 lines
653 B
Plaintext
PROJECT_NAME = pybind11
|
|
INPUT = ../include/pybind11/
|
|
RECURSIVE = YES
|
|
|
|
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
|
|
PREDEFINED = PY_MAJOR_VERSION=3 \
|
|
PYBIND11_NOINLINE
|