From e798fd09904833e2cdbacba57355864a6d25a972 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Thu, 24 Mar 2022 13:35:47 +0100 Subject: [PATCH] doxygen: Add USE_GLOP and USE_PDLP --- tools/doc/cpp.doxy.in | 2 +- tools/doc/dotnet.doxy.in | 2 +- tools/doc/java.doxy.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/doc/cpp.doxy.in b/tools/doc/cpp.doxy.in index b083af307a..1a6c921a1a 100644 --- a/tools/doc/cpp.doxy.in +++ b/tools/doc/cpp.doxy.in @@ -2159,7 +2159,7 @@ 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 USE_CLP USE_SCIP +PREDEFINED = USE_GLOP USE_CBC USE_CLP 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 c81d2878dd..4434841a1c 100644 --- a/tools/doc/dotnet.doxy.in +++ b/tools/doc/dotnet.doxy.in @@ -2140,7 +2140,7 @@ 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 USE_CLP USE_SCIP +PREDEFINED = USE_GLOP USE_CBC USE_CLP 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 1092e6fe4c..4f2bab8313 100644 --- a/tools/doc/java.doxy.in +++ b/tools/doc/java.doxy.in @@ -2140,7 +2140,7 @@ 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 USE_CLP USE_SCIP +PREDEFINED = USE_GLOP USE_CBC USE_CLP 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