summaryrefslogtreecommitdiff
path: root/src/core
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
commit3aeb8ed101f4f575240a2fce48346b811371c19e (patch)
treedd1abe4c7bdff5bc103d980dc2e5b656356a1d89 /src/core
parent316300e38a70897e33879df500509fe4aa76dc7e (diff)
downloadlibdom-3aeb8ed101f4f575240a2fce48346b811371c19e.tar.gz
libdom-3aeb8ed101f4f575240a2fce48346b811371c19e.tar.bz2
Whitespace changes
svn path=/trunk/dom/; revision=3569
Diffstat (limited to 'src/core')
-rw-r--r--src/core/namednodemap.c2
-rw-r--r--src/core/nodelist.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/core/namednodemap.c b/src/core/namednodemap.c
index 239dd6f..c049a6c 100644
--- a/src/core/namednodemap.c
+++ b/src/core/namednodemap.c
@@ -28,7 +28,7 @@ struct dom_namednodemap {
/**
* Create a namednodemap
*
- * \param doc The owning document
+ * \param doc The owning document
* \param head Start of list containing items in map
* \param type The type of items in the map
* \param map Pointer to location to receive created map
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.
*