[gxml] Text.vala: doc fix



commit e9f73947396c3331e0b8f8fa12550de0b5f03d68
Author: Richard Schwarting <aquarichy gmail com>
Date:   Tue Sep 24 06:33:23 2013 -0400

    Text.vala: doc fix

 gxml/Text.vala |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/gxml/Text.vala b/gxml/Text.vala
index edc885e..fdb7e45 100644
--- a/gxml/Text.vala
+++ b/gxml/Text.vala
@@ -32,7 +32,7 @@ namespace GXml {
         *
         * Describes the text found as children of elements throughout
         * an XML document, like "He who must not be named" in the
-        * XML: {{{&lt;name>He who must not be named&lt;/name>}}}
+        * XML: {{{<name>He who must not be named</name>}}}
         * With libxml2 as a backend, it should be noted that two
         * adjacent text nodes are always merged into one Text node,
         * so some functionality for Text, like split_text, will not
@@ -64,6 +64,10 @@ namespace GXml {
                 * text and return the second part as a node outside
                 * of the document tree.
                 *
+                * WARNING: behaviour of this function will likely
+                * change in the future to comply with the DOM Level 1
+                * Core spec.
+                *
                 * Version: DOM Level 1 Core
                 * URL: [[http://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-38853C1D]]
                 *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]