]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/regen.bat
add tables of events related to wxAuiManagerEvent
[wxWidgets.git] / docs / doxygen / regen.bat
index c70350b8a0c3a5364a13ac55c1bf42ca1ec51ef2..9d44db8ede4074367997b30731ae10ca6b15c349 100644 (file)
@@ -14,7 +14,7 @@ mkdir out\html\wxmac 2>&1 >NUL
 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\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
@@ -31,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