From ef6d78327edff4923a639ddd1850980beef085db Mon Sep 17 00:00:00 2001 From: scawful Date: Sun, 14 Apr 2024 09:35:32 -0500 Subject: [PATCH] update doxygen input filter for todos --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 1db5d293..b9612636 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1133,7 +1133,7 @@ IMAGE_PATH = # need to set EXTENSION_MAPPING for the extension otherwise the files are not # properly processed by doxygen. -INPUT_FILTER = "sed -e 's/\/\/.*TODO/\/\/\/ \\todo/'" +INPUT_FILTER = "sed -e 's/\/\/.*TODO:/\/\/\/ \\todo/'" # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern # basis. Doxygen will compare the file name with each pattern and apply the