]> git.saurik.com Git - wxWidgets.git/commitdiff
Add the version number to the name displayed on the top-right of the page
authorRobin Dunn <robin@alldunn.com>
Thu, 19 Oct 2006 21:40:33 +0000 (21:40 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 19 Oct 2006 21:40:33 +0000 (21:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/bin/makeapidocs

index 36b3230ac1b85a4d813e2a3de1e9c4583af36c37..0daabadb342eb01c26eff2c37497eca927c96b65 100755 (executable)
@@ -17,7 +17,7 @@ rm -r docs/api/*
 
 # build the docs
 export PTYHONPATH=$PWD
-/opt/python/bin/epydoc --name wxPython \
+/opt/python/bin/epydoc --name "wxPython $VERSION" \
     --html \
     --output docs/api \
     --ignore-param-mismatch \
@@ -44,6 +44,8 @@ export PTYHONPATH=$PWD
 #    --inheritance grouped \
 #    --inheritance none \
 
+
+
 python docs/bin/BuildAPIHelpBook.py wxpyapi docs/api