mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-25 23:21:26 +03:00
tree.c fix misc. typos in doc comments include/libxml/tree.h elaborate on
Thu Dec 18 20:10:34 MST 2003 John Fleck <jfleck@inkstain.net> * tree.c fix misc. typos in doc comments * include/libxml/tree.h elaborate on macro define doc
This commit is contained in:
parent
7ecced58c1
commit
a0e7e93464
@ -1,3 +1,10 @@
|
||||
Thu Dec 18 20:10:34 MST 2003 John Fleck <jfleck@inkstain.net>
|
||||
|
||||
* tree.c fix misc. typos in doc comments
|
||||
* include/libxml/tree.h elaborate on macro define doc
|
||||
comments
|
||||
* doc/* rebuild docs
|
||||
|
||||
Wed Dec 17 16:07:33 CET 2003 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* doc/examples/*: don't call the result files .out but .res as
|
||||
|
@ -520,7 +520,8 @@ struct _xmlDoc {
|
||||
/**
|
||||
* xmlChildrenNode:
|
||||
*
|
||||
* Macro for compatibility naming layer with libxml1.
|
||||
* Macro for compatibility naming layer with libxml1. Maps
|
||||
* to "children."
|
||||
*/
|
||||
#ifndef xmlChildrenNode
|
||||
#define xmlChildrenNode children
|
||||
@ -529,7 +530,8 @@ struct _xmlDoc {
|
||||
/**
|
||||
* xmlRootNode:
|
||||
*
|
||||
* Macro for compatibility naming layer with libxml1.
|
||||
* Macro for compatibility naming layer with libxml1. Maps
|
||||
* to "children".
|
||||
*/
|
||||
#ifndef xmlRootNode
|
||||
#define xmlRootNode children
|
||||
|
4
tree.c
4
tree.c
@ -6433,8 +6433,8 @@ xmlBufferCreateSize(size_t size) {
|
||||
* @mem: the memory area
|
||||
* @size: the size in byte
|
||||
*
|
||||
* routine to create an XML buffer from an immutable memory area,
|
||||
* The are won't be modified nor copied, and is expected to be
|
||||
* routine to create an XML buffer from an immutable memory area.
|
||||
* The area won't be modified nor copied, and is expected to be
|
||||
* present until the end of the buffer lifetime.
|
||||
*
|
||||
* returns the new structure.
|
||||
|
Loading…
Reference in New Issue
Block a user