]>
Commit | Line | Data |
---|---|---|
da17b714 FM |
1 | REM $Id$\r |
2 | \r | |
3 | REM This bash script regenerates the HTML doxygen version of the\r | |
4 | REM wxWidgets manual and adjusts the doxygen log to make it more\r | |
5 | REM readable.\r | |
6 | \r | |
7 | doxygen\r | |
8 | \r | |
9 | REM this image is not automatically copied by Doxygen because it's not\r | |
10 | REM used in doxygen documentation but only in our html footer...\r | |
11 | copy images\powered-by-wxwidgets.png out\html\r | |
12 | \r | |
13 | REM this CSS is automatically copied by Doxygen because it's\r | |
14 | REM included by our custom html header...\r | |
15 | copy wxwidgets.css out\html\r |