khanat-opennel-code/code/studio/doc/make_ovqt_dox.bat
2014-09-06 20:56:06 +02: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