]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/regen.bat
Correct wxDataViewCtrl::IsExpanded and add test for it
[wxWidgets.git] / docs / doxygen / regen.bat
index d52d7e76311d77681525d54c3ccabd46764f1098..bfc8a6ac24f833ac80700c9801760dbc6bad490f 100644 (file)
@@ -11,13 +11,14 @@ mkdir out\html\wxgtk 2>&1 >NUL
 mkdir out\html\wxmsw 2>&1 >NUL\r
 mkdir out\html\wxmac 2>&1 >NUL\r
 \r
-REM this image is not automatically copied by Doxygen because it's not\r
-REM used in doxygen documentation but only in our html footer...\r
+REM These not automatically copied by Doxygen because it's not\r
+REM used in doxygen documentation, only in our html footer.\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\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
 REM this CSS is automatically copied by Doxygen because it's\r
 REM included by our custom html header...\r
@@ -30,6 +31,10 @@ set arg=%1
 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