[rtems commit] doxygen: Added libmisc group and libmisc mouse group

Sebastian Huber sebh at rtems.org
Thu Apr 4 06:27:36 UTC 2019


Module:    rtems
Branch:    master
Commit:    529d251bbadf9f45db2b43f1e1a4e4147b418981
Changeset: http://git.rtems.org/rtems/commit/?id=529d251bbadf9f45db2b43f1e1a4e4147b418981

Author:    Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>
Date:      Tue Apr  2 12:11:21 2019 +0200

doxygen: Added libmisc group and libmisc mouse group

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 c1dc6ef..2af2d5b 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 0583632..d9c21e7 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
@@ -28,6 +25,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
  * at boot time.




More information about the vc mailing list