added the @appearance tag with a first test screenshot
[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 mkdir out
8 mkdir out\html
9 mkdir out\html\wxgtk
10 mkdir out\html\wxmsw
11 mkdir out\html\wxmac
12
13 REM this image is not automatically copied by Doxygen because it's not
14 REM used in doxygen documentation but only in our html footer...
15 copy images\powered-by-wxwidgets.png out\html
16 copy images\*logo.png out\html
17 copy images\wxgtk\*png out\html\wxgtk
18 copy images\wxmsw\*png out\html\wxmsw
19 copy images\wxmac\*png out\html\wxmac
20
21 REM this CSS is automatically copied by Doxygen because it's
22 REM included by our custom html header...
23 copy wxwidgets.css out\html
24
25 REM
26 REM NOW RUN DOXYGEN
27 REM
28 REM NB: we do this _after_ copying the required files to the output folders
29 REM otherwise when generating the CHM file with Doxygen, those files are
30 REM not included!
31 REM
32 doxygen Doxyfile.all