[gxml] Node.vala: update comments, especially adding references to spec (2)



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

    Node.vala: update comments, especially adding references to spec (2)

 gxml/Node.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gxml/Node.vala b/gxml/Node.vala
index 146022c..04fc0f5 100644
--- a/gxml/Node.vala
+++ b/gxml/Node.vala
@@ -31,6 +31,7 @@ namespace GXml {
         *
         * { link GXml.Document}s are { link GXml.Node}s, and are
         * composed of a tree of { link GXml.Node}s.
+mNode.vala
         *
         * Version: DOM Level 1 Core
         * URL: [[http://www.w3.org/TR/DOM-Level-1/level-one-core.html#ID-1950641247]]
@@ -47,7 +48,6 @@ namespace GXml {
                }
 
                /* Utility methods */
-
                protected void check_wrong_document (Node node) {
                        if (this.owner_document != node.owner_document) {
                                GXml.warning (DomException.WRONG_DOCUMENT, "Node tried to interact with this 
document '%p' but belonged to document '%p'".printf (this.owner_document, node.owner_document));


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