summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc
diff options
context:
space:
mode:
authorMathew Kallada <matkallada@gmail.com>2012-12-28 10:35:32 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2012-12-28 10:36:55 -0600
commit9ab091e1e4b5572c0d327722dfbfd9d1bbccd405 (patch)
tree934bc6440fc4dbf775a00181952433bdfeed0d9d /cpukit/libmisc
parentlibmisc/mouse: Doxygen Group Clean Up (diff)
downloadrtems-9ab091e1e4b5572c0d327722dfbfd9d1bbccd405.tar.bz2
Header File Doxygen Enhancement Task #2
Diffstat (limited to 'cpukit/libmisc')
-rw-r--r--cpukit/libmisc/bspcmdline/bspcmdline.h3
-rw-r--r--cpukit/libmisc/fb/mw_uid.h7
-rw-r--r--cpukit/libmisc/serdbg/serdbgcnf.h6
-rw-r--r--cpukit/libmisc/serdbg/termios_printk_cnf.h6
-rw-r--r--cpukit/libmisc/stackchk/stackchk.h10
5 files changed, 27 insertions, 5 deletions
diff --git a/cpukit/libmisc/bspcmdline/bspcmdline.h b/cpukit/libmisc/bspcmdline/bspcmdline.h
index 7fa03c9492..1e489835af 100644
--- a/cpukit/libmisc/bspcmdline/bspcmdline.h
+++ b/cpukit/libmisc/bspcmdline/bspcmdline.h
@@ -1,6 +1,9 @@
/**
* @file rtems/bspcmdline.h
*
+ * @brief Related Prototypes and Specifications to
+ * BSP Command Line String and helper routines.
+ *
* This include file contains all prototypes and specifications
* related to the BSP Command Line String and associated helper
* routines. The helpers are useful for locating command line
diff --git a/cpukit/libmisc/fb/mw_uid.h b/cpukit/libmisc/fb/mw_uid.h
index ba91a76b8c..794378b70b 100644
--- a/cpukit/libmisc/fb/mw_uid.h
+++ b/cpukit/libmisc/fb/mw_uid.h
@@ -1,8 +1,11 @@
/**
* @file rtems/mw_uid.h
*
- * This file defines the interface for input devices used by MicroWindows
- * in an embedded system environment.
+ * @brief Input device Interface for MicroWindows in an
+ * Embedded System Enviroment
+ *
+ * This file defines the interface for input devices used by
+ * MicroWindows in an embedded system environment.
*/
/*
diff --git a/cpukit/libmisc/serdbg/serdbgcnf.h b/cpukit/libmisc/serdbg/serdbgcnf.h
index 90e2d80134..9d4087ae69 100644
--- a/cpukit/libmisc/serdbg/serdbgcnf.h
+++ b/cpukit/libmisc/serdbg/serdbgcnf.h
@@ -1,3 +1,9 @@
+/**
+ * @file
+ *
+ * @brief Adds a GDB remote Debug Stub to an RTEMS System
+ */
+
/*===============================================================*\
| Project: RTEMS configure remote gdb over serial line |
+-----------------------------------------------------------------+
diff --git a/cpukit/libmisc/serdbg/termios_printk_cnf.h b/cpukit/libmisc/serdbg/termios_printk_cnf.h
index a69926e0e0..03c3090c38 100644
--- a/cpukit/libmisc/serdbg/termios_printk_cnf.h
+++ b/cpukit/libmisc/serdbg/termios_printk_cnf.h
@@ -1,3 +1,9 @@
+/**
+ * @file
+ *
+ * @brief Adds printk Support via Polled termios
+ */
+
/*===============================================================*\
| Project: RTEMS configure remote gdb over serial line |
+-----------------------------------------------------------------+
diff --git a/cpukit/libmisc/stackchk/stackchk.h b/cpukit/libmisc/stackchk/stackchk.h
index e4931715c9..a5a9bca534 100644
--- a/cpukit/libmisc/stackchk/stackchk.h
+++ b/cpukit/libmisc/stackchk/stackchk.h
@@ -1,7 +1,11 @@
-/** @file rtems/stackchk.h
+/**
+ * @file rtems/stackchk.h
+ *
+ * @brief Information Necessary to Utilize and Install the
+ * Stack Checker Mechanism
*
- * This include file contains information necessary to utilize
- * and install the stack checker mechanism.
+ * This include file contains information necessary to utilize
+ * and install the stack checker mechanism.
*/
/*