Skip to content
Snippets Groups Projects
Commit b2b6795d authored by David Bailey's avatar David Bailey
Browse files

ci: :green_heart: fix missing py_filter script

parent 2d401eb3
Branches
No related tags found
1 merge request!1Initial Release Merge
Pipeline #6004088 failed
...@@ -1082,7 +1082,7 @@ INPUT_FILTER = ...@@ -1082,7 +1082,7 @@ INPUT_FILTER =
# need to set EXTENSION_MAPPING for the extension otherwise the files are not # need to set EXTENSION_MAPPING for the extension otherwise the files are not
# properly processed by doxygen. # properly processed by doxygen.
FILTER_PATTERNS = *.py=py_filter FILTER_PATTERNS = *.py=./.py_filter
# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using # 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 # INPUT_FILTER) will also be used to filter the input files that are used for
......
#!/bin/sh
doxypypy -a -c $1
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment