summaryrefslogtreecommitdiff
path: root/desktop/global_history.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/global_history.h
parent9f0b252371e8a5070cc8a4ffd5ef3a890a90fe52 (diff)
downloadnetsurf-7c4c73f1b00bc8ca64fd181662fd9e05b3d4abf5.tar.gz
netsurf-7c4c73f1b00bc8ca64fd181662fd9e05b3d4abf5.tar.bz2
Desktop doxygen fixes
Diffstat (limited to 'desktop/global_history.h')
-rw-r--r--desktop/global_history.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/desktop/global_history.h b/desktop/global_history.h
index a2281ad60..bfbd13258 100644
--- a/desktop/global_history.h
+++ b/desktop/global_history.h
@@ -39,8 +39,8 @@ enum browser_mouse_state;
*
* This must be called before any other global_history_* 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 global_history_init(struct core_window_callback_table *cw_t,
@@ -79,10 +79,10 @@ nserror global_history_export(const char *path, const char *title);
/**
* Redraw the global history.
*
- * \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 global_history_redraw(int x, int y, struct rect *clip,
const struct redraw_context *ctx);