[svn r63229] don'T generate apigen information for now

--HG--
branch : trunk
This commit is contained in:
hpk 2009-03-23 15:01:13 +01:00
parent 743af50fd7
commit 41d20e26aa
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ class Page(object):
def fill_menubar(self):
items = [
self.a_docref("index", "index.html"),
self.a_apigenref("api", "api/index.html"),
self.a_apigenref("source", "source/index.html"),
#self.a_apigenref("api", "api/index.html"),
#self.a_apigenref("source", "source/index.html"),
self.a_docref("contact", "contact.html"),
self.a_docref("download", "download.html"),
]