This commit is contained in:
tastytea 2018-06-07 21:46:49 +02:00
parent a617f1f965
commit 36279a26f4
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
#!/bin/sh
if [ -f Doxyfile ]; then
mkdir -p doc
(cat Doxyfile && echo -n "PROJECT_NUMBER = " &&
grep -Eo '[0-9]+.[0-9]+.[0-9]+$' CMakeLists.txt) \
| doxygen -
fi