[gxml] Text.vala: update documentation, specifically adding refs to spec



commit f39083017e5ec075a30b83318d4f632595f3ca57
Author: Richard Schwarting <aquarichy gmail com>
Date:   Sat Jul 27 00:01:54 2013 -0400

    Text.vala: update documentation, specifically adding refs to spec

 gxml/Text.vala |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/gxml/Text.vala b/gxml/Text.vala
index 8026167..b7fa676 100644
--- a/gxml/Text.vala
+++ b/gxml/Text.vala
@@ -37,7 +37,9 @@ namespace GXml {
         * adjacent text nodes are always merged into one Text node,
         * so some functionality for Text, like split_text, will not
         * work completely as expected.
-        * For more, see: [[http://www.w3.org/TR/DOM-Level-1/level-one-core.html#ID-1312295772]]
+        *
+        * Version: DOM Level 1 Core
+        * URL: [[http://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-1312295772]]
         */
        public class Text : CharacterData {
                internal Text (Xml.Node *text_node, Document doc) {
@@ -62,6 +64,9 @@ namespace GXml {
                 * text and return the second part as a node outside
                 * of the document tree.
                 *
+                * Version: DOM Level 1 Core
+                * URL: [[http://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-38853C1D]]
+                *
                 * @param offset The point at which to split the Text,
                 * in number of characters.
                 *


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