summaryrefslogtreecommitdiff
path: root/cpukit/libmisc/mouse
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-01-10 13:20:34 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-01-10 17:06:47 -0600
commita15eaaf9fdba8a9311623ae44711d17701a19d30 (patch)
treeeb6f4439e820390ad8b0f8ed5a10ed6835461548 /cpukit/libmisc/mouse
parented70eaea0b33f5437ac88856f460568d7905027d (diff)
cpukit: Doxygen group fixes and many warnings addressed
The output of the modules.html is much improved. Most filesystem and POSIX API related groups are properly nested. Some formatting issues were addressed as were multiple inconsistencies.
Diffstat (limited to 'cpukit/libmisc/mouse')
-rw-r--r--cpukit/libmisc/mouse/mouse_parser.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/cpukit/libmisc/mouse/mouse_parser.h b/cpukit/libmisc/mouse/mouse_parser.h
index 3d2dad1695..27bea1bbbc 100644
--- a/cpukit/libmisc/mouse/mouse_parser.h
+++ b/cpukit/libmisc/mouse/mouse_parser.h
@@ -1,9 +1,6 @@
/**
* @file rtems/mouse_parser.h
*
- * @defgroup libmisc_mouse Mouse Parser Engine
- *
- * @ingroup libmisc
* @brief Initialize Mouse Parser Engine
*
* This file is the header file for the Mouse Parser Engine.
@@ -42,13 +39,11 @@
#include <rtems/mw_uid.h>
/**
- * @defgroup libmisc_mouse Mouse Support
- * @ingroup libmisc
- *
* @defgroup libmisc_mouseparser Mouse Parser Engine
* @ingroup libmisc_mouse
*/
/**@{*/
+
#ifdef __cplusplus
extern "C" {
#endif