X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=cfg%2Fdebug.h;h=fe8481f02f138ec9a2db4229276bc8e4d98ced26;hb=8b7069767fd93fc00353cf8c8be7c70ac1aaaba5;hp=36085ea382002382996358bfc0b676ce34616917;hpb=1e9515ef327cf45acdd52f874c2c49fce566fc8d;p=bertos.git diff --git a/cfg/debug.h b/cfg/debug.h index 36085ea3..fe8481f0 100755 --- a/cfg/debug.h +++ b/cfg/debug.h @@ -17,6 +17,9 @@ /*#* *#* $Log$ + *#* Revision 1.5 2005/11/04 16:09:03 bernie + *#* Doxygen workaround. + *#* *#* Revision 1.4 2005/07/03 15:18:52 bernie *#* Typo. *#* @@ -142,7 +145,7 @@ /*! * This macro can be used to conditionally exclude one or more * statements conditioned on \c _DEBUG, avoiding the clutter - * of #ifdef/#endif pairs. + * of ifdef/endif pairs. * * \code * struct FooBar