Update preset.
[bertos.git] / bertos / gfx / text.h
index d8c6aba5d20bbd1852048ccbe71d8ac36cc98888..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 = "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 */