doc: Add menu, gfx and text documentation into global index.
[bertos.git] / bertos / gfx / charts.h
index 8b4e345849b522fd186be3dd76da1ab392b86305..e98f8cbc34301d32e1b2734253179e21d5a4253d 100644 (file)
@@ -31,6 +31,9 @@
  *
  * -->
  *
+ * \defgroup chart Chart graphical routines
+ * \ingroup graphics
+ * \{
  * \brief Simple charts on top of mware/gfx routines (interface).
  *
  * Configuration:
@@ -48,7 +51,6 @@
  *
  *     print_bitmap(bm);
  * \endcode
- * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
  */
 
@@ -96,4 +98,5 @@ void chart_drawAxis(Bitmap *bm);
 void chart_drawCurve(Bitmap *bm, const chart_y_t *curve_y, int curve_cnt);
 void chart_drawDots(Bitmap *bm, const chart_x_t *dots_x, const chart_y_t *dots_y, int cnt);
 
+/** \} */ //defgroup charts
 #endif /* GFX_CHARTS_H */