summaryrefslogtreecommitdiff
path: root/desktop/treeview.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-06-18 16:08:21 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-06-18 16:08:21 +0100
commitbeceec8c8e7074bfe904f534c753ecfab427b7a6 (patch)
treeda10ccdf50cf1c0d7a171923c1a6997186a27680 /desktop/treeview.h
parentec02cf9e4c560c38321b594cb95f9f7c22172f8e (diff)
downloadnetsurf-beceec8c8e7074bfe904f534c753ecfab427b7a6.tar.gz
netsurf-beceec8c8e7074bfe904f534c753ecfab427b7a6.tar.bz2
Say which functions are documented in the header.
Diffstat (limited to 'desktop/treeview.h')
-rw-r--r--desktop/treeview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/treeview.h b/desktop/treeview.h
index da6216f64..2579d8553 100644
--- a/desktop/treeview.h
+++ b/desktop/treeview.h
@@ -225,7 +225,7 @@ nserror treeview_node_contract(struct treeview *tree,
* \param tree Treeview object to render
* \param x X coordinate to render treeview at
* \param x Y coordinate to render treeview at
- * \param clip Current clip rectangle
+ * \param clip Current clip rectangle (wrt tree origin)
* \param ctx Current redraw context
*/
void treeview_redraw(struct treeview *tree, int x, int y, struct rect *clip,