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