[gxml] Document.vala: fix a comment



commit 3f90a812db0fa67cd4ab8c363e01a7f4c52bf007
Author: Richard Schwarting <aquarichy gmail com>
Date:   Fri Aug 23 09:57:50 2013 -0400

    Document.vala: fix a comment

 gxml/Document.vala |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/gxml/Document.vala b/gxml/Document.vala
index 6af3250..88790a0 100644
--- a/gxml/Document.vala
+++ b/gxml/Document.vala
@@ -248,11 +248,10 @@ namespace GXml {
 
                /**
                 * Creates a Document from a given Implementation, supporting
-                * the {@ GXml.Implementation.create_document} method.  It is
-                * defined here:
-                * http://www.w3.org/TR/DOM-Level-3-Core/core.html#Level-2-Core-DOM-createDocument
+                * the {@ GXml.Implementation.create_document} method.
                 *
                 * Version: DOM Level 3 Core
+                * URL: [[http://www.w3.org/TR/DOM-Level-3-Core/core.html#Level-2-Core-DOM-createDocument]]
                 *
                 * @param impl Implementation creating this Document.
                 * @param namespace_uri URI for the namespace in which this Document belongs, or `null`.


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