[gxml] Entity.vala: doc fix



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]