Enable macro expansion in Doxygen (fixes #248)

This commit is contained in:
vitaut 2015-12-24 06:54:37 -08:00
parent 4797ca025e
commit 77d3761b50

View File

@ -69,6 +69,7 @@ def build_docs(version='dev'):
XML_OUTPUT = doxyxml
ALIASES = "rst=\verbatim embed:rst"
ALIASES += "endrst=\endverbatim"
MACRO_EXPANSION = YES
PREDEFINED = _WIN32=1 \
FMT_USE_VARIADIC_TEMPLATES=1 \
FMT_USE_RVALUE_REFERENCES=1 \