]>
git.saurik.com Git - wxWidgets.git/blob - docs/doxygen/regen.bat
4 REM This bash script regenerates the HTML doxygen version of the
5 REM wxWidgets manual and adjusts the doxygen log to make it more
9 mkdir out\html
2>&1 >NUL
10 mkdir out\html\generic
2>&1 >NUL
12 REM These not automatically copied by Doxygen because they're not
13 REM used in doxygen documentation, only in our html footer and by our
15 copy images\generic\
*.png out\html\generic
2>&1 >NUL
21 REM Defaults for settings controlled by this script
22 set GENERATE_DOCSET
=NO
24 set GENERATE_HTMLHELP
=NO
29 set SERVER_BASED_SEARCH
=NO
33 set GENERATE_HTMLHELP
=YES
38 set GENERATE_HTMLHELP
=YES
41 set GENERATE_DOCSET
=YES
45 set GENERATE_LATEX
=YES
50 set SERVER_BASED_SEARCH
=YES
59 REM Default to HTML
format.
73 REM NB: we do this _after_ copying the required files to the output folders
74 REM otherwise when generating the CHM file with Doxygen, those files are
77 set PATH=%PATH%;%HHC_PATH%