X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fgfx%2Ftext.h;h=aea4b1dd7fbd5a5470284e115a57bf6b6ac7a5ff;hb=8a38c90967d213502db928d94aeb484426621c05;hp=765a26b63f4a977363c46606fb69df07c3fad294;hpb=dc5766308da16c918dda7cd87c071fe0134115c3;p=bertos.git diff --git a/bertos/gfx/text.h b/bertos/gfx/text.h index 765a26b6..aea4b1dd 100644 --- a/bertos/gfx/text.h +++ b/bertos/gfx/text.h @@ -31,15 +31,16 @@ * * --> * + * \defgroup text Text handling on graphical displays. + * \ingroup graphics + * \{ * \brief Text graphic routines (interface) * * \author Bernie Innocenti * \author Stefano Fedrigo - * \version $Id$ * * $WIZ$ module_name = "text" - * $WIZ$ module_harvard = "pgm_memory" - * $WIZ% module_depends = "bitmap" + * $WIZ$ module_depends = "bitmap", "line" */ #ifndef GFX_TEXT_H @@ -121,4 +122,5 @@ int text_vwidthf_P(struct Bitmap *bm, const char * PROGMEM fmt, va_list ap); int text_widthf_P(struct Bitmap *bm, const char * PROGMEM fmt, ...); #endif /* CPU_HARVARD */ +/** \} */ //defgroup text #endif /* GFX_TEXT_H */