]> git.saurik.com Git - wxWidgets.git/blame - docs/doxygen/regen.bat
moving forward
[wxWidgets.git] / docs / doxygen / regen.bat
CommitLineData
cba817ac
FM
1REM $Id$
2
3REM This bash script regenerates the HTML doxygen version of the
4REM wxWidgets manual and adjusts the doxygen log to make it more
5REM readable.
6
7doxygen
8
9REM this image is not automatically copied by Doxygen because it's not
10REM used in doxygen documentation but only in our html footer...
11copy images/powered-by-wxwidgets.png out/html
12
13REM this CSS is automatically copied by Doxygen because it's
14REM included by our custom html header...
15copy wxwidgets.css out/html