doc: Add menu, gfx and text documentation into global index.
[bertos.git] / bertos / gfx / text.h
index e7ac8c771a2114cf133be33089bc8d98949149f6..aea4b1dd7fbd5a5470284e115a57bf6b6ac7a5ff 100644 (file)
@@ -31,6 +31,9 @@
  *
  * -->
  *
+ * \defgroup text Text handling on graphical displays.
+ * \ingroup graphics
+ * \{
  * \brief Text graphic routines (interface)
  *
  * \author Bernie Innocenti <bernie@codewiz.org>
@@ -119,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 */