X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fgfx%2Fcharts.h;h=e98f8cbc34301d32e1b2734253179e21d5a4253d;hb=56f2c002c50338f23f1b969ba51a43b0eb24f3da;hp=8b4e345849b522fd186be3dd76da1ab392b86305;hpb=f8224de0624cd0c81dbdf0bc969b86a83c29d5d8;p=bertos.git diff --git a/bertos/gfx/charts.h b/bertos/gfx/charts.h index 8b4e3458..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: @@ -48,7 +51,6 @@ * * print_bitmap(bm); * \endcode - * \version $Id$ * \author Bernie Innocenti */ @@ -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 */