[gxml/gsoc2013: 14/69] 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/gsoc2013: 14/69] NodeList.vala: fix comment so there's a separate long desc
- Date: Sat, 27 Jul 2013 04:07:23 +0000 (UTC)
commit 7eb9fb8d93c72bdcda6fee474cd0af181bb7cbc0
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 fd2fdc7..b22117b 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]