From 60acdea7a0c6b203d14f5f96f890bb5d82413b14 Mon Sep 17 00:00:00 2001 From: bernie Date: Fri, 4 Nov 2005 16:09:03 +0000 Subject: [PATCH] Doxygen workaround. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@431 38d2e660-2303-0410-9eaa-f027e97ec537 --- cfg/debug.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.25.1