From 02065d0e9d64d9abbfc5a587cab5a7b6760a9634 Mon Sep 17 00:00:00 2001 From: Eduardo Ponz Segrelles Date: Tue, 27 Feb 2024 10:29:50 +0100 Subject: [PATCH] Predefine FASTDDS_TODO_BEFORE to empty so it is ignored on doxygen generation (#690) Signed-off-by: EduPonz --- code/doxygen-config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/doxygen-config.in b/code/doxygen-config.in index 798444372..347b7ff1c 100644 --- a/code/doxygen-config.in +++ b/code/doxygen-config.in @@ -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