Skip to content

Commit

Permalink
Use pip3 newest doxypypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-wanna-M committed Aug 5, 2024
1 parent fa8660f commit 070080d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.

INPUT = src/formatron
INPUT = src

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
Expand Down Expand Up @@ -1093,7 +1093,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.sh
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
Expand Down
2 changes: 1 addition & 1 deletion py_filter.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/bash
#!/bin/bash
doxypypy -a -c -k $1

0 comments on commit 070080d

Please sign in to comment.