summaryrefslogtreecommitdiff
path: root/src/core/nodelist.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2007-09-22 17:38:07 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2007-09-22 17:38:07 +0000
commitb78c4c9726781549f2ccafabf27d06ecf3988022 (patch)
treedd1abe4c7bdff5bc103d980dc2e5b656356a1d89 /src/core/nodelist.c
parentf1f80696ebe87520de0c857371e0ca109fce68cb (diff)
downloadlibdom-b78c4c9726781549f2ccafabf27d06ecf3988022.tar.gz
libdom-b78c4c9726781549f2ccafabf27d06ecf3988022.tar.bz2
Whitespace changes
svn path=/trunk/dom/; revision=3569
Diffstat (limited to 'src/core/nodelist.c')
-rw-r--r--src/core/nodelist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/nodelist.c b/src/core/nodelist.c
index b37b84e..a66ec55 100644
--- a/src/core/nodelist.c
+++ b/src/core/nodelist.c
@@ -55,9 +55,11 @@ struct dom_nodelist {
*
* If ::tagname is non-NULL, ::namespace and ::localname must be NULL and
* the created list will match nodes by name
+ *
* If ::namespace is non-NULL, ::localname must be non-NULL and
* ::tagname must be NULL and the created list will match nodes by namespace
* and localname
+ *
* If ::tagname, ::namespace and ::localname are NULL, the created list
* will match the children of ::root.
*