khanat-code-old/code/nel/doc/make_neltools_dox.bat
2016-12-09 16:04:26 +01:00

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