mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 14:59:03 +00:00
11 lines
129 B
Batchfile
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
|