mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-06 23:39:06 +00:00
11 lines
141 B
Batchfile
11 lines
141 B
Batchfile
@echo off
|
|
|
|
del html\tool\*.* /Q
|
|
set WORKDIR=%CD%
|
|
|
|
cd ..\..\tool
|
|
set CURDIR=%CD%
|
|
cd %WORKDIR%
|
|
doxygen neltools.dox -DCURDIR
|
|
|
|
pause
|