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/plot/fontplot.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'atari/plot') 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