Update preset.
[bertos.git] / bertos / gfx / text.h
index 249f28187f7960cdce60a09e5b782ed7d29ffdb9..aea4b1dd7fbd5a5470284e115a57bf6b6ac7a5ff 100644 (file)
  *
  * -->
  *
+ * \defgroup text Text handling on graphical displays.
+ * \ingroup graphics
+ * \{
  * \brief Text graphic routines (interface)
  *
  * \author Bernie Innocenti <bernie@codewiz.org>
  * \author Stefano Fedrigo <aleph@develer.com>
- * \version $Id$
  *
  * $WIZ$ module_name = "text"
- * $WIZ$ module_harvard = "pgm_memory"
  * $WIZ$ module_depends = "bitmap", "line"
  */
 
@@ -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 */