blob: f4227c5c761cc6caa8675413d366a57aae5d4e90 (
plain) (
blame)
1
2
3
4
5
6
7
|
set DOXYGEN_DIR=..\..\..\..\..\BuildTools\doxygen-win\bin
set HTMLHELP_DIR=..\..\..\..\..\BuildTools\HTMLHelpWorkshop
%DOXYGEN_DIR%\doxygen.exe docs.doxyfile
cd html
..\%HTMLHELP_DIR%\hhc.exe index.hhp
cd ..
|