| Index: docs/Doxyfile
|
| diff --git a/docs/Doxyfile b/docs/Doxyfile
|
| index 0104e8e5ca248241bfd076264809acd18104136e..2c666ff20c27712eec33d76a15092c4c090b54d3 100644
|
| --- a/docs/Doxyfile
|
| +++ b/docs/Doxyfile
|
| @@ -876,7 +876,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
|
|
|