diff --git a/tools/doc/cpp.doxy.in b/tools/doc/cpp.doxy.in index e994d787c7..b8bf9599c0 100644 --- a/tools/doc/cpp.doxy.in +++ b/tools/doc/cpp.doxy.in @@ -2159,7 +2159,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 diff --git a/tools/doc/dotnet.doxy.in b/tools/doc/dotnet.doxy.in index dfe28afcc6..9c6c4b5924 100644 --- a/tools/doc/dotnet.doxy.in +++ b/tools/doc/dotnet.doxy.in @@ -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 diff --git a/tools/doc/java.doxy.in b/tools/doc/java.doxy.in index 7d33df1bfe..28263e357c 100644 --- a/tools/doc/java.doxy.in +++ b/tools/doc/java.doxy.in @@ -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