From b4f9f773cfacf16ac5d8340f56092206d4077318 Mon Sep 17 00:00:00 2001 From: tanner-andrulis Date: Sun, 4 Feb 2024 15:47:20 -0500 Subject: [PATCH] . --- Doxyfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index 962b467..adcd0f9 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1039,8 +1039,7 @@ INPUT_FILTER = # need to set EXTENSION_MAPPING for the extension otherwise the files are not # properly processed by doxygen. -FILTER_PATTERNS = *.py=py_filter - +FILTER_PATTERNS = # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using # INPUT_FILTER) will also be used to filter the input files that are used for # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).