]> git.saurik.com Git - wxWidgets.git/blame - docs/doxygen/regen.bat
don't style using Doxygen tags; use <span> tags and CSS instead
[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
85e43f4e
FM
7mkdir out\r
8mkdir out\html\r
7a118965
FM
9mkdir out\html\wxgtk\r
10mkdir out\html\wxmsw\r
11mkdir out\html\wxmac\r
da17b714
FM
12\r
13REM this image is not automatically copied by Doxygen because it's not\r
14REM used in doxygen documentation but only in our html footer...\r
15copy images\powered-by-wxwidgets.png out\html\r
9c981bfb 16copy images\*logo.png out\html\r
7a118965
FM
17copy images\wxgtk\*png out\html\wxgtk\r
18copy images\wxmsw\*png out\html\wxmsw\r
19copy images\wxmac\*png out\html\wxmac\r
da17b714
FM
20\r
21REM this CSS is automatically copied by Doxygen because it's\r
22REM included by our custom html header...\r
23copy wxwidgets.css out\html\r
85e43f4e
FM
24\r
25REM\r
26REM NOW RUN DOXYGEN\r
27REM\r
28REM NB: we do this _after_ copying the required files to the output folders\r
29REM otherwise when generating the CHM file with Doxygen, those files are\r
30REM not included!\r
31REM\r
32doxygen Doxyfile.all\r