Fix Doxygen tags.
authorbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 8 Dec 2004 07:29:27 +0000 (07:29 +0000)
committerbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 8 Dec 2004 07:29:27 +0000 (07:29 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@291 38d2e660-2303-0410-9eaa-f027e97ec537

debug.h

diff --git a/debug.h b/debug.h
index 7daee2c38ab97db2756f9c8cea9f038940ec7585..273b6f083505c24704038cb0ad7d6152a462a9d6 100755 (executable)
--- 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 <compiler.h>
 #endif /* !OS_HOSTED */
 
-/*!
- * \def _DEBUG
- *
+/*
  * This preprocessor symbol is defined only in debug builds.
  *
  * The build infrastructure must arrange for _DEBUG to
         * statements conditioned on \c _DEBUG, avoiding the clutter
         * of #ifdef/#endif pairs.
         *
-        * \example
+        * \code
         *     struct FooBar
         *     {
         *         int foo;
          *             DB(--ref_count;)
         *         }
         *     };
-        *
-        * \endexample
+        * \endcode
         */
        #define DB(x) x