summaryrefslogtreecommitdiff
path: root/doc/apibuild.py
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-04-02 10:49:51 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-04-02 10:49:51 +0000
commit771971f2e5077482fce3d9c234455118f2352f73 (patch)
tree527d16a37813051584bf41f8c99df1ae93d32ca3 /doc/apibuild.py
parentcdc1a59a63254514ab870b75407877a04ec70d1c (diff)
downloadlibxml2-771971f2e5077482fce3d9c234455118f2352f73.tar.gz
preparing release 2.6.19, updated docs and rebuilding. DanielLIBXML2_2_6_19
* doc/* configure.in NEWS: preparing release 2.6.19, updated docs and rebuilding. Daniel
Diffstat (limited to 'doc/apibuild.py')
-rwxr-xr-xdoc/apibuild.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/apibuild.py b/doc/apibuild.py
index 5f41d91c..8851cc07 100755
--- a/doc/apibuild.py
+++ b/doc/apibuild.py
@@ -160,9 +160,6 @@ class identifier:
self.set_extra(extra)
if conditionals != None:
self.set_conditionals(conditionals)
- if self.name == 'xmlCleanupPredefinedEntities':
- print "updating xmlCleanupPredefinedEntities : header %s module %s info %s" % (self.header, self.module, self.info)
-
class index:
def __init__(self, name = "noname"):
@@ -181,8 +178,6 @@ class index:
def add_ref(self, name, header, module, static, type, lineno, info=None, extra=None, conditionals = None):
if name[0:2] == '__':
return None
- if name == 'xmlCleanupPredefinedEntities':
- print "adding ref xmlCleanupPredefinedEntities : header %s module %s info %s" % (header, module, info)
d = None
try:
d = self.identifiers[name]
@@ -205,8 +200,6 @@ class index:
def add(self, name, header, module, static, type, lineno, info=None, extra=None, conditionals = None):
if name[0:2] == '__':
return None
- if name == 'xmlCleanupPredefinedEntities':
- print "adding xmlCleanupPredefinedEntities : header %s module %s info %s" % (header, module, info)
d = None
try:
d = self.identifiers[name]