[svn r63229] don'T generate apigen information for now
--HG-- branch : trunk
This commit is contained in:
parent
743af50fd7
commit
41d20e26aa
|
@ -37,8 +37,8 @@ class Page(object):
|
||||||
def fill_menubar(self):
|
def fill_menubar(self):
|
||||||
items = [
|
items = [
|
||||||
self.a_docref("index", "index.html"),
|
self.a_docref("index", "index.html"),
|
||||||
self.a_apigenref("api", "api/index.html"),
|
#self.a_apigenref("api", "api/index.html"),
|
||||||
self.a_apigenref("source", "source/index.html"),
|
#self.a_apigenref("source", "source/index.html"),
|
||||||
self.a_docref("contact", "contact.html"),
|
self.a_docref("contact", "contact.html"),
|
||||||
self.a_docref("download", "download.html"),
|
self.a_docref("download", "download.html"),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue