mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 09:49:05 +00:00
627cf4f131
More studio changes
9 lines
109 B
Bash
9 lines
109 B
Bash
#!/bin/sh
|
|
|
|
rm -rf html/ovqt
|
|
WORKDIR=$(pwd)
|
|
|
|
cd ..
|
|
export CURDIR=$(pwd)
|
|
cd $WORKDIR
|
|
doxygen ovqt.dox -DCURDIR
|