From f6388b052e983759925d3ebc9cb268b3db4118ab Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Tue, 10 Aug 2021 14:04:24 +0000 Subject: [PATCH] Add qsort to the excluded patterns. This gets rid of the last rosdoc2 warning on the buildfarm. Signed-off-by: Chris Lalancette --- Doxyfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index d5b10f66..0cea0898 100644 --- a/Doxyfile +++ b/Doxyfile @@ -6,10 +6,9 @@ PROJECT_BRIEF = "C API providing common utilities and data structures." # Use these lines to include the generated logging_macro.h (update install path if needed) #INPUT = README.md ../../../install_isolated/rcutils/include -#STRIP_FROM_PATH = /Users/william/ros2_ws/install_isolated/rcutils/include # Otherwise just generate for the local (non-generated header files) INPUT = README.md ./include -EXCLUDE_PATTERNS = */stdatomic_helper/* +EXCLUDE_PATTERNS = */stdatomic_helper/* */rcutils/qsort.h USE_MDFILE_AS_MAINPAGE = README.md RECURSIVE = YES OUTPUT_DIRECTORY = doc_output