From 8f64d5d223a6ccc60f04e815355c9d3f216a4410 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 8 Nov 2014 12:35:11 +0000 Subject: Improve Doxygen documentation --- atari/file.c | 2 +- atari/plot/fontplot.c | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'atari') diff --git a/atari/file.c b/atari/file.c index 8008e47c1..b6d465f91 100644 --- a/atari/file.c +++ b/atari/file.c @@ -48,7 +48,7 @@ * NULL on input and if not NULL set to the total * output length on output. * @param[in] nelm The number of elements. - * @param[in] ... The elements of the path as string pointers. + * @param[in] ap The elements of the path as string pointers. * @return NSERROR_OK and the complete path is written to str * or error code on faliure. */ diff --git a/atari/plot/fontplot.c b/atari/plot/fontplot.c index 3d5526bd4..97f3503cb 100644 --- a/atari/plot/fontplot.c +++ b/atari/plot/fontplot.c @@ -46,17 +46,17 @@ void dump_font_drivers(void) /** - * Create an new text plotter object + * Create an new text plotter object. * - * Available: "vdi", "freetype", "internal" - * \param vdihandle the vdi handle to act upon, - * \param name selector ID (string) of the font plotter. - * flags flags configration flags of the plotter, - * available flags: + * Available: "vdi", "freetype", "internal" + * + * \param vdihandle the vdi handle to act upon, + * \param name selector ID (string) of the font plotter. + * \param flags configration flags of the plotter, available flags: * FONTPLOT_FLAG_MONOGLYPH - Enable 1 bit font plotting - * \param error set to != 0 when errors occur + * \param error set to != 0 when errors occur * \return the new font plotter instance on success, or NULL on failure. -*/ + */ FONT_PLOTTER new_font_plotter(int vdihandle, char * name, unsigned long flags, int * error) { -- cgit v1.2.3