Skip to content

Commit

Permalink
Predefine FASTDDS_TODO_BEFORE to empty so it is ignored on doxygen ge…
Browse files Browse the repository at this point in the history
…neration (#690)

Signed-off-by: EduPonz <[email protected]>
  • Loading branch information
EduPonz authored Feb 27, 2024
1 parent e267328 commit 02065d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/doxygen-config.in
Original file line number Diff line number Diff line change
Expand Up @@ -2257,7 +2257,8 @@ INCLUDE_FILE_PATTERNS =
PREDEFINED = HAVE_SECURITY=1 \
DOXYGEN_DOCUMENTATION=1 \
DOXYGEN_SHOULD_SKIP_THIS \
RTPS_DllAPI=
RTPS_DllAPI= \
FASTDDS_TODO_BEFORE=

# 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
Expand Down

0 comments on commit 02065d0

Please sign in to comment.