mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
91f859bc8a
--HG-- branch : gsoc2014-dfighter
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
|