diff --git a/doxygen/run-doxygen.sh b/doxygen/run-doxygen.sh new file mode 100755 index 00000000..1d291a0b --- /dev/null +++ b/doxygen/run-doxygen.sh @@ -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