]> git.saurik.com Git - wxWidgets.git/commitdiff
added batch script for generating wx HTML manual from windows; added a comment about...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 24 Feb 2008 14:33:49 +0000 (14:33 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 24 Feb 2008 14:33:49 +0000 (14:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/regen.bat [new file with mode: 0755]
docs/doxygen/regen.sh

diff --git a/docs/doxygen/regen.bat b/docs/doxygen/regen.bat
new file mode 100755 (executable)
index 0000000..179e831
--- /dev/null
@@ -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
index 4591f3eca86dfddb68ab264f89a33000ea0df787..2005887c9c0879b62bf13a16dae778310a7ebd53 100755 (executable)
@@ -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