]>
git.saurik.com Git - wxWidgets.git/blob - docs/doxygen/regen.bat
3 REM This bash script regenerates the HTML doxygen version of the
4 REM wxWidgets manual and adjusts the doxygen log to make it more
8 mkdir out\html
2>&1 >NUL
9 mkdir out\html\generic
2>&1 >NUL
11 REM These not automatically copied by Doxygen because they're not
12 REM used in doxygen documentation, only in our html footer and by our
14 copy images\generic\
*.png out\html\generic
2>&1 >NUL
20 REM Defaults for settings controlled by this script
21 set GENERATE_DOCSET
=NO
23 set GENERATE_HTMLHELP
=NO
28 set SERVER_BASED_SEARCH
=NO
32 set GENERATE_HTMLHELP
=YES
37 set GENERATE_HTMLHELP
=YES
40 set GENERATE_DOCSET
=YES
44 set GENERATE_LATEX
=YES
49 set SERVER_BASED_SEARCH
=YES
58 REM Default to HTML
format.
72 REM NB: we do this _after_ copying the required files to the output folders
73 REM otherwise when generating the CHM file with Doxygen, those files are
76 set PATH=%PATH%;%HHC_PATH%