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