From f287379a7cca0717166119ecbf15b4e2dcdbfc56 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 8 Nov 2014 11:38:20 +0000 Subject: Fix several doxygen issues --- amiga/font_scan.c | 10 +++++----- amiga/history_local.c | 1 - amiga/plugin_hack.c | 1 - 3 files changed, 5 insertions(+), 7 deletions(-) (limited to 'amiga') diff --git a/amiga/font_scan.c b/amiga/font_scan.c index 7720c6383..4abb35826 100644 --- a/amiga/font_scan.c +++ b/amiga/font_scan.c @@ -153,7 +153,7 @@ struct ami_font_scan_window *ami_font_scan_gui_open(int32 fonts) /** * Update GUI showing font scanning progress * - * \param win pointer to a struct ami_font_scan_window + * \param fsw pointer to a struct ami_font_scan_window * \param font current font being scanned * \param font_num font number being scanned * \param glyphs number of unique glyphs found @@ -443,10 +443,10 @@ void ami_font_scan_fini(lwc_string **glypharray) * Initialise the font glyph cache. * Reads an existing file or, if not present, generates a new cache. * - * \param filename cache file to attempt to read - * \param entries number of entries in list - * \param force_scan force re-creation of cache - * \param glypharray an array of 0xffff lwc_string pointers + * \param filename cache file to attempt to read + * \param force_scan force re-creation of cache + * \param save save the cache + * \param glypharray an array of 0xffff lwc_string pointers */ void ami_font_scan_init(const char *filename, bool force_scan, bool save, lwc_string **glypharray) diff --git a/amiga/history_local.c b/amiga/history_local.c index bd19ba657..52176d6f9 100755 --- a/amiga/history_local.c +++ b/amiga/history_local.c @@ -66,7 +66,6 @@ static void ami_history_scroller_hook(struct Hook *hook,Object *object,struct In * * \param bw browser window to open history for * \param history history to open - * \param at_pointer open the window at the pointer */ void ami_history_open(struct browser_window *bw, struct history *history) diff --git a/amiga/plugin_hack.c b/amiga/plugin_hack.c index 389cc118e..7982a6734 100644 --- a/amiga/plugin_hack.c +++ b/amiga/plugin_hack.c @@ -166,7 +166,6 @@ bool amiga_plugin_hack_redraw(struct content *c, * \param bw browser window containing the content * \param page content of type CONTENT_HTML containing c, or 0 if not an * object within a page - * \param box box containing c, or 0 if not an object * \param params object parameters, or 0 if not an object */ void amiga_plugin_hack_open(struct content *c, struct browser_window *bw, -- cgit v1.2.3