Remove doc script for now

This commit is contained in:
Chris 2016-12-18 22:51:42 +00:00
parent 262427c776
commit 25c8ec75f4

View File

@ -1,7 +0,0 @@
#!/bin/bash
# Get the latest tag annotation out of git.
VERS=`git tag -n1 | sort -V | tail -n1 | perl -e '$tag = <STDIN>; $tag =~ s/^.*?\s\s+(.*)$/$1/; print $tag;'`
# Generate the documentation with the project number updated with the tag.
(cat supportfiles/Doxyfile; echo "PROJECT_NUMBER = \"$VERS\"") | doxygen -