Move source code to SRC folder and start doxygen

This commit is contained in:
2022-10-24 20:47:38 +02:00
parent f3f7b1a7ad
commit 19a84ef4f2
13 changed files with 2844 additions and 35 deletions

2666
doxygen/Doxyfile.in Normal file

File diff suppressed because it is too large Load Diff

7
doxygen/gen-version-string.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
if [[ -z $1 ]]; then
exit -1
fi
echo "PROJECT_NUMBER = `git describe --tags --always --dirty`" > $1