diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-05-04 15:44:04 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-05-04 15:44:04 +0000 |
commit | 3ef907d093c686976702767570d01c81c1f1bcbd (patch) | |
tree | d3c5242bb31fd3f7e574341970e83b17d88ee0c9 /doc/apibuild.py | |
parent | 4f5120741e65afb08bb6d97f1391a43967d396c0 (diff) | |
download | libxslt-3ef907d093c686976702767570d01c81c1f1bcbd.tar.gz libxslt-3ef907d093c686976702767570d01c81c1f1bcbd.tar.bz2 libxslt-3ef907d093c686976702767570d01c81c1f1bcbd.zip |
preparing release 1.0.30 backported a patch from libxml2 updated and
* NEWS configure.in : preparing release 1.0.30
* doc/apibuild.py: backported a patch from libxml2
* doc/*: updated and rebuilt the docs
Daniel
Diffstat (limited to 'doc/apibuild.py')
-rwxr-xr-x | doc/apibuild.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apibuild.py b/doc/apibuild.py index 7f3158e1..58fe3a50 100755 --- a/doc/apibuild.py +++ b/doc/apibuild.py @@ -1216,7 +1216,7 @@ class CParser: self.index.add(self.name, self.filename, static, "function", d) token = self.token() - if token[0] == "sep" and token[1] == "{": + elif token[0] == "sep" and token[1] == "{": d = self.mergeFunctionComment(self.name, ((type, None), self.signature), static) self.index.add(self.name, self.filename, static, |