Doxygen configuration file and helper script.

This commit adds a configuration file for the Doxygen documenation generator and a helper script to create/update the source code documentation. Just install Doxygen and GraphViz and run "updateDocs.sh" to create the source code documentation.
This commit is contained in:
Rene Bartsch 2018-06-23 03:41:36 +02:00 committed by GitHub
parent 8fdaa258ed
commit bc64a4c8a3
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