From 070080dbe1ac204d81fa64e6ef6cebf0d92b75d8 Mon Sep 17 00:00:00 2001 From: Huanghe Date: Mon, 5 Aug 2024 14:38:59 -0500 Subject: [PATCH] Use pip3 newest doxypypy --- Doxyfile | 4 ++-- py_filter.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Doxyfile b/Doxyfile index c6fa259b..ca662286 100644 --- a/Doxyfile +++ b/Doxyfile @@ -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 @@ -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 diff --git a/py_filter.sh b/py_filter.sh index 011759d3..cd050946 100644 --- a/py_filter.sh +++ b/py_filter.sh @@ -1,2 +1,2 @@ -#!/usr/bin/bash +#!/bin/bash doxypypy -a -c -k $1 \ No newline at end of file