khanat-opennel-code/code/studio/doc/make_ovqt_dox.bat
2016-01-24 17:08:32 +01:00

11 lines
129 B
Batchfile

@echo off
del html\ovqt\*.* /Q
set WORKDIR=%CD%
cd ..
set CURDIR=%CD%
cd %WORKDIR%
doxygen ovqt.dox -DCURDIR
pause