From 07ee6a130e74de0a7fd3267eb16cdb5239d0818d Mon Sep 17 00:00:00 2001 From: bernie Date: Wed, 8 Dec 2004 07:29:27 +0000 Subject: [PATCH] Fix Doxygen tags. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@291 38d2e660-2303-0410-9eaa-f027e97ec537 --- debug.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/debug.h b/debug.h index 7daee2c3..273b6f08 100755 --- a/debug.h +++ b/debug.h @@ -17,6 +17,9 @@ /*#* *#* $Log$ + *#* Revision 1.4 2004/12/08 07:29:27 bernie + *#* Fix Doxygen tags. + *#* *#* Revision 1.3 2004/09/20 03:31:27 bernie *#* Sanitize for C++. *#* @@ -70,9 +73,7 @@ #include #endif /* !OS_HOSTED */ -/*! - * \def _DEBUG - * +/* * This preprocessor symbol is defined only in debug builds. * * The build infrastructure must arrange for _DEBUG to @@ -113,7 +114,7 @@ * statements conditioned on \c _DEBUG, avoiding the clutter * of #ifdef/#endif pairs. * - * \example + * \code * struct FooBar * { * int foo; @@ -125,8 +126,7 @@ * DB(--ref_count;) * } * }; - * - * \endexample + * \endcode */ #define DB(x) x -- 2.25.1