added batch script for generating wx HTML manual from windows; added a comment about...
[wxWidgets.git] / docs / doxygen / regen.bat
1 REM $Id$
2
3 REM This bash script regenerates the HTML doxygen version of the
4 REM wxWidgets manual and adjusts the doxygen log to make it more
5 REM readable.
6
7 doxygen
8
9 REM this image is not automatically copied by Doxygen because it's not
10 REM used in doxygen documentation but only in our html footer...
11 copy images/powered-by-wxwidgets.png out/html
12
13 REM this CSS is automatically copied by Doxygen because it's
14 REM included by our custom html header...
15 copy wxwidgets.css out/html