X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=gfx%2Fcharts.h;h=ce4bd88328b1647a03915ae9e732484a00cf3ac3;hb=059ef38329c43c90936cd9eb36e1ed0cd3b7caea;hp=af9ee6ddfdb0ec2b11b11b457c368bca97653664;hpb=68d5a6796ff0efc9666ae359be2150d9638182f6;p=bertos.git diff --git a/gfx/charts.h b/gfx/charts.h old mode 100755 new mode 100644 index af9ee6dd..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,15 @@ /*#* *#* $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. + *#* *#* Revision 1.2 2005/11/04 18:17:45 bernie *#* Fix header guards and includes for new location of gfx module. *#* @@ -43,10 +77,10 @@ #ifndef GFX_CHARTS_H #define GFX_CHARTS_H -#include /* vcoord_t */ -#include /* CONFIG_ stuff */ +#include /* vcoord_t */ +#include /* CONFIG_ stuff */ -/*! +/** * \name Width/height of the small ticks drawn over the axes * \{ */ @@ -54,7 +88,7 @@ #define TICKS_WIDTH 2 /*\}*/ -/*! +/** * \name Chart frame dimensions * \{ */