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