src/xmlnode.h

changeset 11707
a2c8dd795e3b
parent 10848
43c8f0954e21
child 12233
0570720fee6c
--- a/src/xmlnode.h	Fri Oct 21 19:03:51 2005 +0000
+++ b/src/xmlnode.h	Fri Oct 21 19:03:51 2005 +0000
@@ -181,7 +181,8 @@
  * into a tree of nodes, and return the xmlnode of the root.
  *
  * @param str  The string of xml.
- * @param size The size of the string.
+ * @param size The size of the string, or -1 if @a str is
+ *             NUL-terminated.
  *
  * @return The new node.
  */

mercurial