X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=gfx%2Fcharts.c;h=b4abbea09e9d585f417a09227ab724eef8023cf0;hb=cdf0c088714fe7b9ee7e10b94858d8eff41f7899;hp=0b42185e714bee67ac297d0b3af90fdfb1cca7ec;hpb=ddbc74380efdf0ba6bfd701fa43cef7d950c8b83;p=bertos.git diff --git a/gfx/charts.c b/gfx/charts.c old mode 100755 new mode 100644 index 0b42185e..b4abbea0 --- a/gfx/charts.c +++ b/gfx/charts.c @@ -1,9 +1,34 @@ -/*! +/** * \file * * * \brief Simple charts on top of mware/gfx routines (implementation). @@ -26,6 +51,9 @@ /*#* *#* $Log$ + *#* Revision 1.4 2006/07/19 12:56:26 bernie + *#* Convert to new Doxygen style. + *#* *#* Revision 1.3 2005/11/27 23:33:29 bernie *#* Reorder includes. *#* @@ -79,7 +107,7 @@ void chart_setScale(Bitmap *bm, chart_x_t xmin, chart_y_t ymin, chart_x_t xmax, } -/*! +/** * Draw the chart axes */ void chart_drawAxis(Bitmap *bm) @@ -115,7 +143,7 @@ void chart_drawAxis(Bitmap *bm) } -/*! +/** * Draw a set of \a curve_cnt connected segments, whose Y coordinates * are identified by the \a curve_y array and X-coordinates are * are evenly spaced by one virtual unit. @@ -134,7 +162,7 @@ void chart_drawCurve(Bitmap *bm, const chart_y_t *curve_y, int curve_cnt) } -/*! +/** * Disegna dei dot in corrispondenza delle coppie (dotsx[i];dotsy[i]) * Se dotsx e' NULL, i punti vengono disegnati ad intervalli regolari. */