khanat-code-old/code/nel/doc/make_nelns_dox.bat

12 lines
140 B
Batchfile
Raw Normal View History

@echo off
del html\nelns\*.* /Q
set WORKDIR=%CD%
cd ..\..\nelns
set CURDIR=%CD%
cd %WORKDIR%
doxygen nelns.dox -DCURDIR
pause