Adjusted doxygen setup

This commit is contained in:
Leonetienne 2022-04-28 11:35:54 +02:00
parent 3ff7a3cc25
commit 7c4625670b
No known key found for this signature in database
GPG Key ID: C33879CD92E9708C
2 changed files with 3 additions and 1 deletions

View File

@ -829,7 +829,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched. # Note: If this tag is empty the current directory is searched.
INPUT = "../Eule/" "index.md" INPUT = "../src/" "../include/Eule" "index.md"
# This tag can be used to specify the character encoding of the source files # 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 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses

2
Eule/Doxygen/doxyrun.sh Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!zsh
# Copy repository readme here to be used as a cover page # Copy repository readme here to be used as a cover page
tail ../readme.md -n +2 > index.md tail ../readme.md -n +2 > index.md