Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Smooth Hardware Testing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
qps
Smooth Hardware Testing
Commits
b2b6795d
Commit
b2b6795d
authored
1 year ago
by
David Bailey
Browse files
Options
Downloads
Patches
Plain Diff
ci:
fix missing py_filter script
parent
2d401eb3
Branches
Branches containing commit
No related tags found
1 merge request
!1
Initial Release Merge
Pipeline
#6004088
failed
1 year ago
Stage: lint
Stage: docs
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.doxyfile
+1
-1
1 addition, 1 deletion
.doxyfile
.py_filter
+2
-0
2 additions, 0 deletions
.py_filter
with
3 additions
and
1 deletion
.doxyfile
+
1
−
1
View file @
b2b6795d
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
.py_filter
0 → 100755
+
2
−
0
View file @
b2b6795d
#!/bin/sh
doxypypy
-a
-c
$1
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment