X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fgfx%2Ftext.h;h=aea4b1dd7fbd5a5470284e115a57bf6b6ac7a5ff;hb=fb5863ca8d0db3ff2e84721f7c902b031157ebb0;hp=44be12d762a4327113b4e232cccc90734d882dee;hpb=5ad7e5ee1a5a243c05ee9a5ab690e48006caad86;p=bertos.git diff --git a/bertos/gfx/text.h b/bertos/gfx/text.h index 44be12d7..aea4b1dd 100644 --- a/bertos/gfx/text.h +++ b/bertos/gfx/text.h @@ -31,13 +31,15 @@ * * --> * + * \defgroup text Text handling on graphical displays. + * \ingroup graphics + * \{ * \brief Text graphic routines (interface) * * \author Bernie Innocenti * \author Stefano Fedrigo * * $WIZ$ module_name = "text" - * $WIZ$ module_harvard = "pgm_memory" * $WIZ$ module_depends = "bitmap", "line" */ @@ -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 */