summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include
diff options
context:
space:
mode:
authorMathew Kallada <matkallada@gmail.com>2012-12-12 15:57:49 -0500
committerGedare Bloom <gedare@rtems.org>2012-12-12 15:57:49 -0500
commitc2ae79e93ca0e1231625bc01840c2f91540241cf (patch)
tree6d337b70791685ffd1339f230b4940603bb00594 /cpukit/score/include
parentcpukit/rtems: Header File Doxygen Enhancement GCI Task #8 (diff)
downloadrtems-c2ae79e93ca0e1231625bc01840c2f91540241cf.tar.bz2
misc: Header File Doxygen Enhancement Task #3
http://www.google-melange.com/gci/task/view/google/gci2012/8006220
Diffstat (limited to 'cpukit/score/include')
-rw-r--r--cpukit/score/include/rtems/debug.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/debug.h b/cpukit/score/include/rtems/debug.h
index 4087e4ae94..101aea1478 100644
--- a/cpukit/score/include/rtems/debug.h
+++ b/cpukit/score/include/rtems/debug.h
@@ -1,6 +1,8 @@
/**
* @file rtems/debug.h
*
+ * @brief Information Related to the Debug Support Within RTEMS
+ *
* This include file contains the information pertaining to the debug
* support within RTEMS. It is currently cast in the form of a
* Manager since it is externally accessible.
@@ -65,7 +67,7 @@ void rtems_debug_disable(
/**
* @brief Check if Debug is Enabled
- *
+ *
* This routine returns TRUE if the requested debug level is
* enabled, and FALSE otherwise.
*/