From 522f9551ae31215cf63fcad88cacbfc8c818ccaf Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Thu, 28 Apr 2022 11:38:06 +0200 Subject: [PATCH] Adjusted doxygen setup --- BmpPP/Doxygen/doxyfig | 2 +- BmpPP/Doxygen/doxyrun.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) mode change 100644 => 100755 BmpPP/Doxygen/doxyrun.sh diff --git a/BmpPP/Doxygen/doxyfig b/BmpPP/Doxygen/doxyfig index e9c1a5b..f9e1d13 100644 --- a/BmpPP/Doxygen/doxyfig +++ b/BmpPP/Doxygen/doxyfig @@ -829,7 +829,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = ../Src/ "index.md" +INPUT = ../src/ ../include/ "index.md" # 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 diff --git a/BmpPP/Doxygen/doxyrun.sh b/BmpPP/Doxygen/doxyrun.sh old mode 100644 new mode 100755 index a8ae488..a9c07e8 --- a/BmpPP/Doxygen/doxyrun.sh +++ b/BmpPP/Doxygen/doxyrun.sh @@ -1,3 +1,5 @@ +#!zsh + # Copy repository readme here to be used as a cover page tail ../readme.md -n +2 > index.md