mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
Add script to run doxygen on qucs/qucs.
This commit is contained in:
parent
462181e740
commit
daabf46f18
9
doxygen/run-doxygen.sh
Executable file
9
doxygen/run-doxygen.sh
Executable 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
|
Loading…
x
Reference in New Issue
Block a user