1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

Release of libxml2-2.7.4

* configure.in: new version
* libxml.spec.in: cleanup
* xmlregexp.c: fix a comment
* doc/apibuild.py: update
* doc/*: regenerate everything
This commit is contained in:
Daniel Veillard
2009-09-10 18:23:39 +02:00
parent d87c5d1c4f
commit 293416828e
29 changed files with 393 additions and 116 deletions

View File

@ -5610,7 +5610,7 @@ xmlFreeAutomata(xmlAutomataPtr am) {
}
/**
* xmlAutomataSetFlags
* xmlAutomataSetFlags:
* @am: an automata
* @flags: a set of internal flags
*