[PATCH 05/28] doxygen: Added libmisc group and libmisc mouse group

Sebastian Huber sebastian.huber at embedded-brains.de
Wed Apr 3 07:31:38 UTC 2019


From: Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>

Update #3706.

@ingroup for these groups already existed, but no @defgroup

Further restructuring necessary
---
 cpukit/doxygen.h                  | 17 +++++++++++++++++
 cpukit/include/rtems/bspcmdline.h |  5 ++---
 2 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/cpukit/doxygen.h b/cpukit/doxygen.h
index d9d55a5cb0..83ca90360a 100644
--- a/cpukit/doxygen.h
+++ b/cpukit/doxygen.h
@@ -39,3 +39,20 @@
  * 
  * @brief nfs Client
  */
+
+/**
+ * @defgroup libmisc libmisc
+ * 
+ * @ingroup TODO
+ * 
+ * @brief libmisc
+ */
+
+/**
+ * @defgroup libmisc_mouse Serial Mouse
+ * 
+ * @ingroup libmisc
+ * 
+ * @brief Serial Mouse
+ */
+
diff --git a/cpukit/include/rtems/bspcmdline.h b/cpukit/include/rtems/bspcmdline.h
index 058363295b..04b1a45640 100644
--- a/cpukit/include/rtems/bspcmdline.h
+++ b/cpukit/include/rtems/bspcmdline.h
@@ -1,9 +1,6 @@
 /**
  * @file
  *
- * @defgroup BSPCommandLine BSP Command Line Helpers
- *
- * @ingroup libmisc
  * @brief BSP Command Line Handler
  *
  * This include file contains all prototypes and specifications
@@ -27,6 +24,8 @@
 
 /**
  * @defgroup BSPCommandLine BSP Command Line Helpers
+ * 
+ * @ingroup libmisc
  *
  * The BSP Command Line Handler provides a set of routines which assist
  * in examining and decoding the Command Line String passed to the BSP
-- 
2.16.4



More information about the devel mailing list