1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-08 21:42:07 +03:00

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
This commit is contained in:
Daniel Veillard
2003-05-04 15:44:04 +00:00
parent 4f5120741e
commit 3ef907d093
10 changed files with 80 additions and 15 deletions

View File

@@ -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,