From: asterix Date: Tue, 20 May 2008 13:43:57 +0000 (+0000) Subject: Remove CVS logs. Reformat. X-Git-Tag: 2.0.0~640 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=83923f0f147cd8afb5adb138c517d02928e754de;p=bertos.git Remove CVS logs. Reformat. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1294 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/dt/dnotifier.c b/bertos/dt/dnotifier.c index 502ce284..75bbfe0e 100644 --- a/bertos/dt/dnotifier.c +++ b/bertos/dt/dnotifier.c @@ -38,31 +38,6 @@ * \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.5 2005/06/09 13:49:22 batt - *#* Reformat; correct some comments. - *#* - *#* Revision 1.4 2005/06/09 13:23:58 batt - *#* Add some comments. - *#* - *#* Revision 1.3 2005/06/08 17:32:33 batt - *#* Switch to new messaging system. - *#* - *#* Revision 1.2 2005/06/06 11:04:12 batt - *#* Add some comments. - *#* - *#* Revision 1.1 2005/05/26 08:32:53 batt - *#* Add new Develer widget system :) - *#* - *#*/ - #include #include
diff --git a/bertos/dt/dnotifier.h b/bertos/dt/dnotifier.h index 118a2f4c..09a2c348 100644 --- a/bertos/dt/dnotifier.h +++ b/bertos/dt/dnotifier.h @@ -29,8 +29,6 @@ * Copyright 2005 Develer S.r.l. (http://www.develer.com/) * --> * - * \version $Id$ - * * \brief Notifier obj (interface). * * \version $Id$ @@ -38,31 +36,12 @@ * \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.4 2005/06/09 13:23:58 batt - *#* Add some comments. - *#* - *#* Revision 1.3 2005/06/08 17:32:33 batt - *#* Switch to new messaging system. - *#* - *#* Revision 1.2 2005/06/06 11:04:12 batt - *#* Add some comments. - *#* - *#* Revision 1.1 2005/05/26 08:32:53 batt - *#* Add new Develer widget system :) - *#* - *#*/ #ifndef DT_DNOTIFIER_H #define DT_DNOTIFIER_H #include +#include + #include
#include diff --git a/bertos/dt/editint.c b/bertos/dt/editint.c index 8ddcb7ed..9f900701 100644 --- a/bertos/dt/editint.c +++ b/bertos/dt/editint.c @@ -29,8 +29,6 @@ * Copyright 2005 Develer S.r.l. (http://www.develer.com/) * --> * - * \version $Id$ - * * \brief Integer edit widget (implementation). * * \version $Id$ @@ -38,44 +36,14 @@ * \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.7 2005/06/10 15:46:09 batt - *#* Add EDIS_WRAP style that wrap around min and max. - *#* - *#* Revision 1.6 2005/06/08 17:32:33 batt - *#* Switch to new messaging system. - *#* - *#* Revision 1.5 2005/06/06 11:04:12 batt - *#* Add some comments. - *#* - *#* Revision 1.4 2005/05/31 11:09:34 batt - *#* Fix sending pointer instead of value bug. - *#* - *#* Revision 1.3 2005/05/26 14:46:20 batt - *#* Use correct tag; remove warning. - *#* - *#* Revision 1.2 2005/05/26 14:44:10 batt - *#* Abstract widget from layer: use context. - *#* - *#* Revision 1.1 2005/05/26 08:32:53 batt - *#* Add new Develer widget system :) - *#* - *#*/ - #include + +#include + #include
#include
#include
-#include - #include /** diff --git a/bertos/mware/pool.h b/bertos/mware/pool.h index a6834e6c..6100abba 100644 --- a/bertos/mware/pool.h +++ b/bertos/mware/pool.h @@ -36,21 +36,6 @@ * \author Giovanni Bajo */ -/*#* - *#* $Log$ - *#* Revision 1.6 2006/07/19 12:56:28 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.5 2005/11/04 16:20:02 bernie - *#* Fix reference to README.devlib in header. - *#* - *#* Revision 1.4 2005/04/11 19:10:28 bernie - *#* Include top-level headers from cfg/ subdir. - *#* - *#* Revision 1.3 2004/12/08 08:09:01 bernie - *#* Add missing header. - *#* - *#*/ #ifndef MWARE_POOL_H #define MWARE_POOL_H