Sistema l'errore da me commesso in fase di conversione...
[bertos.git] / dt / editbool.c
old mode 100755 (executable)
new mode 100644 (file)
index 94a2d89..3eb0ab8
@@ -1,4 +1,4 @@
-/*!
+/**
  * \file
  * <!--
  * Copyright 2005 Develer S.r.l. (http://www.develer.com/)
@@ -17,6 +17,9 @@
 
 /*#*
  *#* $Log$
+ *#* Revision 1.2  2006/07/19 12:56:26  bernie
+ *#* Convert to new Doxygen style.
+ *#*
  *#* Revision 1.1  2005/11/04 18:26:38  bernie
  *#* Import into DevLib.
  *#*
@@ -36,7 +39,7 @@
 
 #include <drv/lcd_text.h>
 
-/*!
+/**
  * Init widget.
  */
 void editbool_init(DEditBool *e, dpos_t pos, dpos_t size, dcontext_t *context, bool *value, const char *true_string, const char *false_string)
@@ -54,7 +57,7 @@ void editbool_init(DEditBool *e, dpos_t pos, dpos_t size, dcontext_t *context, b
        e->draw = editbool_draw;
 }
 
-/*!
+/**
  * Handle the messages (edit the bool).
  */
 void editbool_update(DEditBool *e, dtag_t tag, dval_t _val)
@@ -83,7 +86,7 @@ void editbool_update(DEditBool *e, dtag_t tag, dval_t _val)
        }
 }
 
-/*!
+/**
  * Draw the string on the context.
  */
 void editbool_draw(DEditBool *e)