[gxml] gxml/Node.vala, gxml/NodeList.vala: fix some documentation issues with linebreaks in { link}s



commit ea4f0646077dc9ab31ceb9829417fb1e08a90141
Author: Richard Schwarting <aquarichy gmail com>
Date:   Wed Aug 21 15:39:50 2013 -0400

    gxml/Node.vala, gxml/NodeList.vala: fix some documentation issues with linebreaks in { link}s

 gxml/Node.vala     |    4 ++--
 gxml/NodeList.vala |    3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/gxml/Node.vala b/gxml/Node.vala
index 9fdd9a4..146022c 100644
--- a/gxml/Node.vala
+++ b/gxml/Node.vala
@@ -283,8 +283,8 @@ namespace GXml {
                }
 
                /**
-                * A { link GLib.HashTable} representing the { link
-                * GXml.Attr} attributes for this node. `attributes`
+                * A { link GLib.HashTable} representing the { link GXml.Attr}
+                * attributes for this node. `attributes`
                 * actually only apply to { link GXml.Element}
                 * nodes. For all other { link GXml.Node} subclasses,
                 * `attributes` is null.
diff --git a/gxml/NodeList.vala b/gxml/NodeList.vala
index df52f64..c8397a5 100644
--- a/gxml/NodeList.vala
+++ b/gxml/NodeList.vala
@@ -138,8 +138,7 @@ namespace GXml {
 
                /**
                 * Obtain index for node `target` in the list, using
-                * CompareFunc to compare.  Like { link
-                * GLib.List.find_custom}.
+                * CompareFunc to compare.  Like { link GLib.List.find_custom}.
                 *
                 * @param target A node in the list
                 * @param cmp A comparison function, useful if `target` is a comparable copy of a node 
actually in the list


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