[gxml/gsoc2013: 116/150] Document.vala: touch some comments



commit 5497d10828bb2ef022a0b6bd98adf028db4e9094
Author: Richard Schwarting <aquarichy gmail com>
Date:   Sun Jul 28 01:30:11 2013 -0400

    Document.vala: touch some comments

 gxml/Document.vala |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/gxml/Document.vala b/gxml/Document.vala
index 7ce4ba6..057e088 100644
--- a/gxml/Document.vala
+++ b/gxml/Document.vala
@@ -179,16 +179,15 @@ namespace GXml {
                        }
                }
 
-               // TODO: DTD
+               // TODO: DTD, sort of works
                /**
-                * The Document Type Definition (DTD) defining this document. This may be null.
+                * The Document Type Definition (DTD) defining this document. This may be `null`.
                 *
                 * Version: DOM Level 1 Core
                 * URL: [[http://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#attribute-doctype]]
                 */
                public DocumentType? doctype {
                        // either null, or a DocumentType object
-                       // STUB
                        get;
                        private set;
                }


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