]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/regen.bat
Ensure we pass the correct type of string to EscapeFileNameCharsInURL in wxWebViewArc...
[wxWidgets.git] / docs / doxygen / regen.bat
index e3bfd0a54def325a1bed7b659519c0cf4cce7889..8852f69fe09b414ac4efb56165092dad1e28e2c4 100644 (file)
@@ -7,22 +7,27 @@ REM readable.
 \r
 mkdir out 2>&1 >NUL\r
 mkdir out\html 2>&1 >NUL\r
 \r
 mkdir out 2>&1 >NUL\r
 mkdir out\html 2>&1 >NUL\r
+mkdir out\html\generic 2>&1 >NUL\r
 mkdir out\html\wxgtk 2>&1 >NUL\r
 mkdir out\html\wxmsw 2>&1 >NUL\r
 mkdir out\html\wxmac 2>&1 >NUL\r
 \r
 mkdir out\html\wxgtk 2>&1 >NUL\r
 mkdir out\html\wxmsw 2>&1 >NUL\r
 mkdir out\html\wxmac 2>&1 >NUL\r
 \r
-REM These not automatically copied by Doxygen because it's not\r
-REM used in doxygen documentation, only in our html footer.\r
+REM These not automatically copied by Doxygen because they're not\r
+REM used in doxygen documentation, only in our html footer and by our\r
+REM custom aliases\r
 copy images\powered-by-wxwidgets.png out\html 2>&1 >NUL\r
 copy images\powered-by-wxwidgets.png out\html 2>&1 >NUL\r
-copy images\*logo.png out\html 2>&1 >NUL\r
-copy images\wxgtk\*png out\html\wxgtk 2>&1 >NUL\r
-copy images\wxmsw\*png out\html\wxmsw 2>&1 >NUL\r
-copy images\wxmac\*png out\html\wxmac 2>&1 >NUL\r
+copy images\logo_*.png out\html 2>&1 >NUL\r
+copy images\tab_*.gif out\html 2>&1 >NUL\r
+copy images\generic\*.png out\html\generic 2>&1 >NUL\r
+copy images\wxgtk\*.png out\html\wxgtk 2>&1 >NUL\r
+copy images\wxmsw\*.png out\html\wxmsw 2>&1 >NUL\r
+copy images\wxmac\*.png out\html\wxmac 2>&1 >NUL\r
 copy wxwidgets.js out\html 2>&1 >NUL\r
 \r
 copy wxwidgets.js out\html 2>&1 >NUL\r
 \r
-REM this CSS is automatically copied by Doxygen because it's\r
+REM these CSS are not automatically copied by Doxygen because they're\r
 REM included by our custom html header...\r
 copy wxwidgets.css out\html 2>&1 >NUL\r
 REM included by our custom html header...\r
 copy wxwidgets.css out\html 2>&1 >NUL\r
+copy wxtabs.css out\html 2>&1 >NUL\r
 \r
 REM set cfgfile variable to the right doxyfile to use,\r
 REM using MS broken batch scripting\r
 \r
 REM set cfgfile variable to the right doxyfile to use,\r
 REM using MS broken batch scripting\r
@@ -31,6 +36,10 @@ set arg=%1
 if "%arg%" EQU "" set cfgfile=Doxyfile_all\r
 if "%arg%" NEQ "" set cfgfile=Doxyfile_%1\r
 \r
 if "%arg%" EQU "" set cfgfile=Doxyfile_all\r
 if "%arg%" NEQ "" set cfgfile=Doxyfile_%1\r
 \r
+pushd ..\..\r
+set WXWIDGETS=%CD%\r
+popd\r
+\r
 REM\r
 REM NOW RUN DOXYGEN\r
 REM\r
 REM\r
 REM NOW RUN DOXYGEN\r
 REM\r