doxygen: Fix #define list

This commit is contained in:
Corentin Le Molgat
2023-06-07 14:41:01 +02:00
parent b434c4f973
commit 77bc962925
3 changed files with 9 additions and 3 deletions

View File

@@ -2308,10 +2308,12 @@ 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_CBC \
PREDEFINED = USE_BOP \
USE_CBC \
USE_CLP \
USE_GLOP \
USE_GLPK \
USE_HIGHS \
USE_GUROBI \
USE_PDLP \
USE_SCIP \

View File

@@ -2304,10 +2304,12 @@ 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_CBC \
PREDEFINED = USE_BOP \
USE_CBC \
USE_CLP \
USE_GLOP \
USE_GLPK \
USE_HIGHS \
USE_GUROBI \
USE_PDLP \
USE_SCIP \

View File

@@ -2303,10 +2303,12 @@ 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_CBC \
PREDEFINED = USE_BOP \
USE_CBC \
USE_CLP \
USE_GLOP \
USE_GLPK \
USE_HIGHS \
USE_GUROBI \
USE_PDLP \
USE_SCIP \