khanat-code-old/code/nel/doc/make_nel_dox.bat
Krolock 2daa44cac2 Added: creating new bnp files
Fixed: some bugs caused crashes during drag&drop
2012-03-04 19:09:41 +01:00

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