Move source code to SRC folder and start doxygen
This commit is contained in:
2666
doxygen/Doxyfile.in
Normal file
2666
doxygen/Doxyfile.in
Normal file
File diff suppressed because it is too large
Load Diff
7
doxygen/gen-version-string.sh
Executable file
7
doxygen/gen-version-string.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ -z $1 ]]; then
|
||||
exit -1
|
||||
fi
|
||||
|
||||
echo "PROJECT_NUMBER = `git describe --tags --always --dirty`" > $1
|
Reference in New Issue
Block a user