From 7c4c73f1b00bc8ca64fd181662fd9e05b3d4abf5 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 9 Nov 2014 21:49:33 +0000 Subject: Desktop doxygen fixes --- desktop/global_history.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'desktop/global_history.h') 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); -- cgit v1.2.3