From 5800789df23dd5fd42c1abc161f4d53d290352e5 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 8 Oct 2012 14:51:48 +0100 Subject: trivial docuemntation cleanups to address some of the huge number of docuemntation warnings --- amiga/font_scan.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'amiga/font_scan.c') diff --git a/amiga/font_scan.c b/amiga/font_scan.c index 688347d8c..33a9c54aa 100644 --- a/amiga/font_scan.c +++ b/amiga/font_scan.c @@ -181,7 +181,7 @@ void ami_font_scan_gui_update(struct ami_font_scan_window *fsw, const char *font /** * Close 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 */ void ami_font_scan_gui_close(struct ami_font_scan_window *fsw) { @@ -240,7 +240,9 @@ ULONG ami_font_scan_font(const char *fontname, lwc_string **glypharray) /** * Scan all fonts for glyphs. * - * \param glypharray an array of 0xffff lwc_string pointers + * \param list min list + * \param win scan window + * \param glypharray an array of 0xffff lwc_string pointers * \return number of glyphs found */ ULONG ami_font_scan_fonts(struct MinList *list, -- cgit v1.2.3