12 lines
140 B
Batchfile
12 lines
140 B
Batchfile
|
@echo off
|
||
|
|
||
|
del html\nelns\*.* /Q
|
||
|
set WORKDIR=%CD%
|
||
|
|
||
|
cd ..\..\nelns
|
||
|
set CURDIR=%CD%
|
||
|
cd %WORKDIR%
|
||
|
doxygen nelns.dox -DCURDIR
|
||
|
|
||
|
pause
|