summaryrefslogtreecommitdiff
path: root/desktop/cookie_manager.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-09 21:49:33 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-09 21:49:33 +0000
commit7c4c73f1b00bc8ca64fd181662fd9e05b3d4abf5 (patch)
tree34240b73e61a57917b4ac553c7cd1da34b411124 /desktop/cookie_manager.h
parent9f0b252371e8a5070cc8a4ffd5ef3a890a90fe52 (diff)
downloadnetsurf-7c4c73f1b00bc8ca64fd181662fd9e05b3d4abf5.tar.gz
netsurf-7c4c73f1b00bc8ca64fd181662fd9e05b3d4abf5.tar.bz2
Desktop doxygen fixes
Diffstat (limited to 'desktop/cookie_manager.h')
-rw-r--r--desktop/cookie_manager.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/desktop/cookie_manager.h b/desktop/cookie_manager.h
index 30a66e598..b7acfe9fc 100644
--- a/desktop/cookie_manager.h
+++ b/desktop/cookie_manager.h
@@ -43,8 +43,8 @@ enum browser_mouse_state;
*
* This must be called before any other cookie_manager_* function.
*
- * \param cw_t Callback table for core_window containing the treeview
- * \param cw The core_window in which the treeview is shown
+ * \param cw_t Callback table for core_window containing the treeview
+ * \param core_window_handle The core_window in which the treeview is shown
* \return NSERROR_OK on success, appropriate error otherwise
*/
nserror cookie_manager_init(struct core_window_callback_table *cw_t,
@@ -79,10 +79,10 @@ void cookie_manager_remove(const struct cookie_data *data);
/**
* Redraw the cookies manager.
*
- * \param x X coordinate to render treeview at
- * \param x Y coordinate to render treeview at
- * \param clip Current clip rectangle (wrt tree origin)
- * \param ctx Current redraw context
+ * \param x X coordinate to render treeview at
+ * \param y Y coordinate to render treeview at
+ * \param clip Current clip rectangle (wrt tree origin)
+ * \param ctx Current redraw context
*/
void cookie_manager_redraw(int x, int y, struct rect *clip,
const struct redraw_context *ctx);