[gxml] NodeList.vala: fix comment so there's a separate long desc
- From: Richard Hans Schwarting <rschwart src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml] NodeList.vala: fix comment so there's a separate long desc
- Date: Thu, 22 Aug 2013 17:14:32 +0000 (UTC)
commit 489c46d40c8ab8c3fbd749f2e71d8c1b6ad111f3
Author: Richard Schwarting <aquarichy gmail com>
Date: Sat Jul 27 00:01:29 2013 -0400
NodeList.vala: fix comment so there's a separate long desc
gxml/NodeList.vala | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/gxml/NodeList.vala b/gxml/NodeList.vala
index 13a993d..2491dde 100644
--- a/gxml/NodeList.vala
+++ b/gxml/NodeList.vala
@@ -27,9 +27,10 @@ using Gee;
namespace GXml {
/**
- * A live list used to store { link GXml.DomNode}s. Usually the
- * children of a { link GXml.DomNode}, or the results of
- * { link GXml.Element.get_elements_by_tag_name}.
+ * A live list used to store { link GXml.DomNode}s.
+ *
+ * Usually contains the children of a { link GXml.DomNode}, or
+ * the results of { link GXml.Element.get_elements_by_tag_name}.
*/
public interface NodeList : Gee.Iterable<DomNode> {
public abstract ulong length {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]