Skip to content

Commit

Permalink
[Docs] exclude EXPORT macros
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Sep 26, 2023
1 parent aeee607 commit 06fcdd7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 1 addition & 3 deletions doxygen/Doxyfile.breathe
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@ GENERATE_XML = YES
XML_OUTPUT = ../build/xml
INLINE_INHERITED_MEMB = NO
PREDEFINED += x̂=x_hat \
G̃=G_tilde \
QPALM_ADAPTER_EXPORT= \
IPOPT_ADAPTER_EXPORT=
G̃=G_tilde
EXTRACT_ANON_NSPACES = NO
6 changes: 6 additions & 0 deletions doxygen/Doxyfile.common
Original file line number Diff line number Diff line change
Expand Up @@ -2412,6 +2412,12 @@ INCLUDE_FILE_PATTERNS = *.h \
PREDEFINED = DOXYGEN \
"ALPAQA_EXPORT=" \
"CASADI_LOADER_EXPORT=" \
"CASADI_OCP_LOADER_EXPORT=" \
"CUTEST_INTERFACE_EXPORT=" \
"IPOPT_ADAPTER_EXPORT=" \
"LBFGSPP_ADAPTER_EXPORT=" \
"LBFGSB_ADAPTER_EXPORT=" \
"QPALM_ADAPTER_EXPORT=" \
ALPAQA_WITH_OCP \
__cplusplus=202002L

Expand Down

0 comments on commit 06fcdd7

Please sign in to comment.