From: Francesco Montorsi Date: Sun, 24 Feb 2008 14:33:49 +0000 (+0000) Subject: added batch script for generating wx HTML manual from windows; added a comment about... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cba817acd4219d3875e114eea2974cd09a68f869 added batch script for generating wx HTML manual from windows; added a comment about what the scripts do git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/doxygen/regen.bat b/docs/doxygen/regen.bat new file mode 100755 index 0000000000..179e831ee0 --- /dev/null +++ b/docs/doxygen/regen.bat @@ -0,0 +1,15 @@ +REM $Id$ + +REM This bash script regenerates the HTML doxygen version of the +REM wxWidgets manual and adjusts the doxygen log to make it more +REM readable. + +doxygen + +REM this image is not automatically copied by Doxygen because it's not +REM used in doxygen documentation but only in our html footer... +copy images/powered-by-wxwidgets.png out/html + +REM this CSS is automatically copied by Doxygen because it's +REM included by our custom html header... +copy wxwidgets.css out/html diff --git a/docs/doxygen/regen.sh b/docs/doxygen/regen.sh index 4591f3eca8..2005887c9c 100755 --- a/docs/doxygen/regen.sh +++ b/docs/doxygen/regen.sh @@ -1,5 +1,11 @@ #!/bin/sh +# $Id$ + +# This bash script regenerates the HTML doxygen version of the +# wxWidgets manual and adjusts the doxygen log to make it more +# readable. + doxygen # this image is not automatically copied by Doxygen because it's not