summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-04-29 14:00:36 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-04-29 14:00:36 +0100
commita4a3bcd97925943f158a01b69020fe6636a0f82d (patch)
tree9ca2470912d6032b1ba7a76ca01a1b935967061b
parenta467363d5edc7998b1d837e204a0f5a550b2133c (diff)
downloadnetsurf-a4a3bcd97925943f158a01b69020fe6636a0f82d.tar.gz
netsurf-a4a3bcd97925943f158a01b69020fe6636a0f82d.tar.bz2
Update comments.
-rw-r--r--desktop/selection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/selection.c b/desktop/selection.c
index b2a73f82e..90ce33372 100644
--- a/desktop/selection.c
+++ b/desktop/selection.c
@@ -160,7 +160,7 @@ void selection_destroy(struct selection *s)
* resized causing the layout to change.
*
* \param s selection object
- * \param root the box (page/textarea) to be used as the root node for this selection
+ * \param root the root box for html document or NULL for text/plain
*/
void selection_reinit(struct selection *s, struct box *root)
@@ -194,7 +194,7 @@ void selection_reinit(struct selection *s, struct box *root)
* ie. selections are confined to that subtree.
*
* \param s selection object
- * \param root the box (page/textarea) to be used as the root node for this selection
+ * \param root the root box for html document or NULL for text/plain
*/
void selection_init(struct selection *s, struct box *root)