[gxml/gsoc2013: 13/69] Document.vala: update some comments and spacing



commit 7bae7e339522166b69ac7f2aaf787c0266167d2a
Author: Richard Schwarting <aquarichy gmail com>
Date:   Sat Jul 27 00:01:29 2013 -0400

    Document.vala: update some comments and spacing

 gxml/Document.vala |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/gxml/Document.vala b/gxml/Document.vala
index 63711fd..5b66244 100644
--- a/gxml/Document.vala
+++ b/gxml/Document.vala
@@ -46,10 +46,12 @@
  * * compare performance between libxml2 and GXml (should be a little different, but not too much)
  */
 
-/** TODO:IMPORTANT: don't use GLib collections, use Libgee! */
+/* TODO:IMPORTANT: don't use GLib collections, use Libgee! */
 
 /**
  * The XML Document Object Model.
+ *
+ * GXml provides a DOM Level 1 Core API in a GObject framework.
  */
 namespace GXml {
        internal struct InputStreamBox {
@@ -131,7 +133,7 @@ namespace GXml {
                                case NodeType.DOCUMENT_FRAGMENT:
                                        new DocumentFragment (xmlnode, this);
                                        break;
-                               /* TODO: These are not yet implemented */
+                                       /* TODO: These are not yet implemented */
                                case NodeType.ENTITY_REFERENCE:
                                        // new EntityReference (xmlnode, this);
                                        break;


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