Add script to run doxygen on qucs/qucs.

This commit is contained in:
Guilherme Brondani Torri 2016-01-26 22:26:23 +01:00
parent 462181e740
commit daabf46f18

9
doxygen/run-doxygen.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh
# Run doxygen for qucs
# TODO create doxygen files for the other qucs-tools
VERSION=$(cat ../../VERSION)
sed "s/0\.\0\.18/${VERSION}/g" doxygen.cfg > temp
mv temp doxygen.cfg
doxygen doxygen.cfg