summaryrefslogtreecommitdiff
path: root/doc/apibuild.py
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2009-07-24 09:02:51 +0200
committerDaniel Veillard <veillard@redhat.com>2009-07-24 09:02:51 +0200
commit7b465bdf11b83b8214fb376e745c41474132bcc6 (patch)
tree19bcc6f974ff62d93f42fcf45cf36d5eeaa588ee /doc/apibuild.py
parentfde74704b7b2c5d0686f98e3de842ecd74b3b03f (diff)
downloadlibxml2-7b465bdf11b83b8214fb376e745c41474132bcc6.tar.gz
Fixed apibuild.py, regenerated doc and interfaces
* doc/apibuild.py: fixed the parsing after the change of macro name * doc/* testapi.c: regenerated
Diffstat (limited to 'doc/apibuild.py')
-rwxr-xr-xdoc/apibuild.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/apibuild.py b/doc/apibuild.py
index b7fa22e3..2936d784 100755
--- a/doc/apibuild.py
+++ b/doc/apibuild.py
@@ -74,6 +74,7 @@ ignored_words = {
"X_IN_Y": (5, "macro function builder"),
"ATTRIBUTE_ALLOC_SIZE": (3, "macro for gcc checking extension"),
"ATTRIBUTE_PRINTF": (5, "macro for gcc printf args checking extension"),
+ "LIBXML_ATTR_FORMAT": (5, "macro for gcc printf args checking extension"),
}
def escape(raw):