X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fgfx%2Fcharts.h;h=e98f8cbc34301d32e1b2734253179e21d5a4253d;hb=52dc681d37e2d83df0ab5450584c7591e219a8d6;hp=eb3eea0709d70ae7c5efd8f7aa88bc1df59f775e;hpb=c9f564ff786b13d746e818e85e13772ec6248597;p=bertos.git diff --git a/bertos/gfx/charts.h b/bertos/gfx/charts.h index eb3eea07..e98f8cbc 100644 --- a/bertos/gfx/charts.h +++ b/bertos/gfx/charts.h @@ -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 */