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



commit 51972d0dfa203f5e2b2e9208f52309e096d64eb3
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 e0623b5..ad8f3be 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]