summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/debug.h')
-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.
*/