X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdt%2Feditbool.h;h=a339330d11024c7c377c0f1b8d44ddcba8b311eb;hb=533a5c609cd2f30e679df3e68c7404b87d94a1e7;hp=360484a5b9c643e61d3d81e353af197cfd59054f;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/dt/editbool.h b/bertos/dt/editbool.h index 360484a5..a339330d 100644 --- a/bertos/dt/editbool.h +++ b/bertos/dt/editbool.h @@ -29,30 +29,12 @@ * Copyright 2005 Develer S.r.l. (http://www.develer.com/) * --> * - * \version $Id$ - * * \brief Edit bool widget (interface). * * \version $Id$ * \author Francesco Sacchi */ -/*#* - *#* $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. - *#* - *#* Revision 1.2 2005/06/06 11:04:12 batt - *#* Add some comments. - *#* - *#* Revision 1.1 2005/05/31 11:11:37 batt - *#* Edit bool: first release. - *#* - *#*/ - #ifndef DT_EDITBOOL_H #define DT_EDITBOOL_H @@ -73,4 +55,4 @@ void editbool_update(DEditBool *e, dtag_t tag, dval_t val); void editbool_draw(DEditBool *e); -#endif +#endif /* DT_EDITBOOL_H */