summaryrefslogtreecommitdiff
path: root/amiga/font_scan.c
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/font_scan.c
parentbc1914fbb16f64d5c107fad968df03ef791059f1 (diff)
downloadnetsurf-f287379a7cca0717166119ecbf15b4e2dcdbfc56.tar.gz
netsurf-f287379a7cca0717166119ecbf15b4e2dcdbfc56.tar.bz2
Fix several doxygen issues
Diffstat (limited to 'amiga/font_scan.c')
-rw-r--r--amiga/font_scan.c10
1 files changed, 5 insertions, 5 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)