khanat-opennel-code/code/studio/doc/make_ovqt_dox.bat
Matthew Lagoe fa154d15ca Merged in shubham_meena/ryzomcore (pull request #71)
documentation for doxygen containing plugin management system
2014-09-03 04:15:02 -07:00

11 lines
129 B
Batchfile

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