mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-07 07:49:02 +00:00
12 lines
129 B
Batchfile
12 lines
129 B
Batchfile
|
@echo off
|
||
|
|
||
|
del html\ovqt\*.* /Q
|
||
|
set WORKDIR=%CD%
|
||
|
|
||
|
cd ..
|
||
|
set CURDIR=%CD%
|
||
|
cd %WORKDIR%
|
||
|
doxygen ovqt.dox -DCURDIR
|
||
|
|
||
|
pause
|