X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fgfx%2Ftext.h;h=aea4b1dd7fbd5a5470284e115a57bf6b6ac7a5ff;hb=705e92ca3e6a5bd0223f21a8fd9ac714f3253a5f;hp=d8c6aba5d20bbd1852048ccbe71d8ac36cc98888;hpb=5d5cb6250eacac50a8a587296e109c787764f5b8;p=bertos.git diff --git a/bertos/gfx/text.h b/bertos/gfx/text.h index d8c6aba5..aea4b1dd 100644 --- a/bertos/gfx/text.h +++ b/bertos/gfx/text.h @@ -31,14 +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 = "both" + * $WIZ$ module_depends = "bitmap", "line" */ #ifndef GFX_TEXT_H @@ -120,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 */