[gxml] Entity.vala: doc fix
- From: Richard Hans Schwarting <rschwart src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml] Entity.vala: doc fix
- Date: Tue, 24 Sep 2013 10:34:38 +0000 (UTC)
commit abaeca6e9cfc7a380b62d66119e87779865ddf9c
Author: Richard Schwarting <aquarichy gmail com>
Date: Tue Sep 24 06:31:45 2013 -0400
Entity.vala: doc fix
gxml/Entity.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gxml/Entity.vala b/gxml/Entity.vala
index 22260b9..97a7cf1 100644
--- a/gxml/Entity.vala
+++ b/gxml/Entity.vala
@@ -27,14 +27,14 @@ namespace GXml {
* The content referenced by an { link GXml.EntityReference}, and defined
* in a { link GXml.DocumentType}.
*
- * For more, see: [[http://www.w3.org/TR/DOM-Level-1/level-one-core.html#ID-11C98490]]
+ * For more, see: [[http://www.w3.org/TR/DOM-Level-1/level-one-core.html#ID-527DCFF2]]
*/
public class Entity : Node {
private Xml.Entity *entity;
/**
* A public identifier for the entity. `null` when unspecified.
- */ // TODO: how are these used?
+ */
public string public_id {
get {
//return this.entity->external_id; // TODO: fix libxml2 wrapper
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]