Index: docs/Doxyfile |
diff --git a/docs/Doxyfile b/docs/Doxyfile |
index 4e9b2ffab3026386c918dca53b49163f4eadfd6d..842822b35637b4505c6afebc51c97a8f030a6d8a 100644 |
--- a/docs/Doxyfile |
+++ b/docs/Doxyfile |
@@ -874,7 +874,7 @@ INPUT_FILTER = "awk ' \ |
# filters are used. If the FILTER_PATTERNS tag is empty or if none of the |
# patterns match the file name, INPUT_FILTER is applied. |
-FILTER_PATTERNS = |
+FILTER_PATTERNS = *.py=./py_filter |
# 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 |