tools/doc: Update doxygen config

This commit is contained in:
Corentin Le Molgat
2023-06-07 14:49:55 +02:00
parent 97ad98b4a4
commit d821a1fe48
3 changed files with 24 additions and 3 deletions

View File

@@ -2140,7 +2140,14 @@ INCLUDE_FILE_PATTERNS =
# recursively expanded use the := operator instead of the = operator.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
PREDEFINED = USE_GLOP USE_CBC USE_CLP USE_PDLP USE_SCIP
PREDEFINED = USE_BOP \
USE_CBC \
USE_CLP \
USE_GLOP \
USE_GLPK \
USE_HIGHS \
USE_PDLP \
USE_SCIP
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The