Skip to content

Commit

Permalink
Ignore FASTDDS_TODO_BEFORE macro on doxygen generation (#690) (#694)
Browse files Browse the repository at this point in the history
* Predefine FASTDDS_TODO_BEFORE to empty so it is ignored on doxygen generation (#690)

Signed-off-by: EduPonz <[email protected]>
(cherry picked from commit 02065d0)

# Conflicts:
#	code/doxygen-config.in

* Refs #20527: Fix conflicts

Signed-off-by: JesusPoderoso <[email protected]>

---------

Signed-off-by: JesusPoderoso <[email protected]>
Co-authored-by: Eduardo Ponz Segrelles <[email protected]>
Co-authored-by: JesusPoderoso <[email protected]>
  • Loading branch information
3 people authored Apr 16, 2024
1 parent cce9059 commit 8d98180
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 @@ -323,7 +323,8 @@ INCLUDE_FILE_PATTERNS =
PREDEFINED = "HAVE_SECURITY=1" \
"DOXYGEN_DOCUMENTATION=1" \
"DOXYGEN_SHOULD_SKIP_THIS" \
RTPS_DllAPI=
RTPS_DllAPI= \
FASTDDS_TODO_BEFORE=
EXPAND_AS_DEFINED = YES
SKIP_FUNCTION_MACROS = YES
#---------------------------------------------------------------------------
Expand Down

0 comments on commit 8d98180

Please sign in to comment.