[gxml/gsoc2013: 116/150] Document.vala: touch some comments
- From: Richard Hans Schwarting <rschwart src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml/gsoc2013: 116/150] Document.vala: touch some comments
- Date: Sat, 24 Aug 2013 17:38:59 +0000 (UTC)
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]