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
|