Sistema l'errore da me commesso in fase di conversione...
[bertos.git] / gfx / charts.h
old mode 100755 (executable)
new mode 100644 (file)
index af9ee6d..171fc7b
@@ -1,4 +1,4 @@
-/*!
+/**
  * \file
  * <!--
  * Copyright 2004 Develer S.r.l. (http://www.develer.com/)
 
 /*#*
  *#* $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.
  *#*
 #ifndef GFX_CHARTS_H
 #define GFX_CHARTS_H
 
-#include <gfx/gfx.h>    /* vcoord_t */
-#include <cfg/config.h> /* CONFIG_ stuff */
+#include <gfx/gfx.h>   /* vcoord_t */
+#include <appconfig.h> /* CONFIG_ stuff */
 
-/*!
+/**
  * \name Width/height of the small ticks drawn over the axes
  * \{
  */
@@ -54,7 +63,7 @@
 #define TICKS_WIDTH      2
 /*\}*/
 
-/*!
+/**
  * \name Chart frame dimensions
  * \{
  */