1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-28 00:21:53 +03:00

applied a documentation patch from Stefan Kost Daniel

* error.c parser.c tree.c: applied a documentation patch from Stefan Kost
Daniel
This commit is contained in:
Daniel Veillard
2003-01-24 14:14:52 +00:00
parent 276be4a6e5
commit 7424eb6008
4 changed files with 25 additions and 9 deletions

View File

@ -10910,6 +10910,8 @@ xmlInitParser(void) {
* parsing related global memory allocated for the parser processing.
* It doesn't deallocate any document related memory. Calling this
* function should not prevent reusing the parser.
* One should call xmlCleanupParser() only when the process has
* finished using the library or XML document built with it.
*/
void