1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-30 22:43:14 +03:00

fixed xmlParserInputBufferCreateMem doc Daniel

* xmlIO.c: fixed xmlParserInputBufferCreateMem doc
Daniel
This commit is contained in:
Daniel Veillard
2001-01-03 20:52:44 +00:00
parent 45cff696cf
commit f060a418ae
3 changed files with 6 additions and 2 deletions

View File

@ -1095,7 +1095,7 @@ xmlParserInputBufferCreateFd(int fd, xmlCharEncoding enc) {
* @enc: the charset encoding if known
*
* Create a buffered parser input for the progressive parsing for the input
* from a file descriptor
* from a memory area.
*
* Returns the new parser input or NULL
*/