]>
git.saurik.com Git - wxWidgets.git/blob - docs/doxygen/regen.sh
5 # this image is not automatically copied by Doxygen because it's not
6 # used in doxygen documentation but only in our html footer...
7 cp images
/powered
-by-wxwidgets.png out
/html
9 # this CSS is automatically copied by Doxygen because it's
10 # included by our custom html header...
11 cp wxwidgets.css out
/html
13 # Doxygen has the annoying habit to put the full path of the
14 # affected files in the log file; remove it to make the log
17 interfacepath
=`cd ../../interface && pwd`/
18 cat doxygen.log
| sed -e "s|$currpath||g" -e "s|$interfacepath||g" >temp