X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fgfx%2Ftext.h;h=aea4b1dd7fbd5a5470284e115a57bf6b6ac7a5ff;hb=8a38c90967d213502db928d94aeb484426621c05;hp=04d3d1a5e2442c80b58a12c3982866bbf79a5174;hpb=067aafa5e508a38d14a8b63a7b21018b8718720a;p=bertos.git diff --git a/bertos/gfx/text.h b/bertos/gfx/text.h index 04d3d1a5..aea4b1dd 100644 --- a/bertos/gfx/text.h +++ b/bertos/gfx/text.h @@ -31,11 +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_depends = "bitmap", "line" */ #ifndef GFX_TEXT_H @@ -117,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 */