X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=gfx%2Fcharts.h;h=ce4bd88328b1647a03915ae9e732484a00cf3ac3;hb=3fc75747c81395f9027b6b27cd03037e2a8eec08;hp=a9ae3e2c7d3faadda1c4b2abca9f3369a1f7c9da;hpb=888d1c49ed7cea0f272f520a74be35a32032bd6e;p=bertos.git diff --git a/gfx/charts.h b/gfx/charts.h old mode 100755 new mode 100644 index a9ae3e2c..ce4bd883 --- a/gfx/charts.h +++ b/gfx/charts.h @@ -1,9 +1,34 @@ -/*! +/** * \file * * * \brief Simple charts on top of mware/gfx routines (interface). @@ -18,6 +43,12 @@ /*#* *#* $Log$ + *#* Revision 1.5 2006/08/01 12:23:03 bernie + *#* Indentation fix. + *#* + *#* Revision 1.4 2006/07/19 12:56:26 bernie + *#* Convert to new Doxygen style. + *#* *#* Revision 1.3 2005/11/27 23:36:18 bernie *#* Use appconfig.h instead of cfg/config.h. *#* @@ -46,10 +77,10 @@ #ifndef GFX_CHARTS_H #define GFX_CHARTS_H -#include /* vcoord_t */ +#include /* vcoord_t */ #include /* CONFIG_ stuff */ -/*! +/** * \name Width/height of the small ticks drawn over the axes * \{ */ @@ -57,7 +88,7 @@ #define TICKS_WIDTH 2 /*\}*/ -/*! +/** * \name Chart frame dimensions * \{ */