doc: Add menu, gfx and text documentation into global index.
[bertos.git] / bertos / gfx / charts.h
index eb3eea0709d70ae7c5efd8f7aa88bc1df59f775e..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:
@@ -95,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 */