[gxml/gsoc2013] gxml/Node.vala, gxml/NodeList.vala: fix some documentation issues with linebreaks in { link}s
- From: Richard Hans Schwarting <rschwart src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml/gsoc2013] gxml/Node.vala, gxml/NodeList.vala: fix some documentation issues with linebreaks in { link}s
- Date: Wed, 21 Aug 2013 19:41:27 +0000 (UTC)
commit ead02d63d270534375a799824df0ca500488ad56
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 9a69950..090eaa5 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 1edb82f..9f1b0d7 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]