Merge pull request #3045 from renne/development

Doxygen configuration file and helper script.
This commit is contained in:
Theo Arends 2018-06-24 15:33:13 +02:00 committed by GitHub
commit 8d3b539b02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2498 additions and 0 deletions

2489
Doxyfile Normal file

File diff suppressed because it is too large Load Diff

9
updateDocs.sh Normal file
View File

@ -0,0 +1,9 @@
#!/bin/sh
SCRIPTPATH="$(readlink -f "$0")"
SCRIPTPATH="${SCRIPTPATH%/*}"
rm -rf "$SCRIPTPATH/html"
echo -e "\n\n\n\n"
#cd "$SCRIPTPATH/" && doxygen && git add $DOCDIR && git commit -a -m "Documentation update."
cd "$SCRIPTPATH/" && doxygen