summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-08 11:38:20 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-08 11:38:20 +0000
commitf287379a7cca0717166119ecbf15b4e2dcdbfc56 (patch)
tree01110d1feb9c8c4eb934e6b5b716f505aca9979b /amiga
parentbc1914fbb16f64d5c107fad968df03ef791059f1 (diff)
downloadnetsurf-f287379a7cca0717166119ecbf15b4e2dcdbfc56.tar.gz
netsurf-f287379a7cca0717166119ecbf15b4e2dcdbfc56.tar.bz2
Fix several doxygen issues
Diffstat (limited to 'amiga')
-rw-r--r--amiga/font_scan.c10
-rwxr-xr-xamiga/history_local.c1
-rw-r--r--amiga/plugin_hack.c1
3 files changed, 5 insertions, 7 deletions
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,