summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-02 13:43:08 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-04-04 08:19:45 +0200
commitb6b00917b26410359297536aa852039f4e1c7f7b (patch)
tree74d2e39d49c414df4b342478ca3526fc4b29333e
parentdoxygen: Added I2C Driver to Device Drivers (diff)
downloadrtems-b6b00917b26410359297536aa852039f4e1c7f7b.tar.bz2
doxygen: Added some subgroups to API and IO
I2C library, Media Manager and Profiling Support Update #3706.
-rw-r--r--cpukit/include/rtems/libi2c.h8
-rw-r--r--cpukit/include/rtems/media.h8
-rw-r--r--cpukit/include/rtems/profiling.h2
3 files changed, 12 insertions, 6 deletions
diff --git a/cpukit/include/rtems/libi2c.h b/cpukit/include/rtems/libi2c.h
index 341e390760..7b86ab5f99 100644
--- a/cpukit/include/rtems/libi2c.h
+++ b/cpukit/include/rtems/libi2c.h
@@ -3,7 +3,7 @@
*
* @ingroup libi2c
*
- * @brief I2C Library
+ * @brief Legacy I2C Library
*/
#ifndef _RTEMS_LIBI2C_H
@@ -63,9 +63,11 @@ extern "C" {
#endif
/**
- * @defgroup libi2c I2C Library
+ * @defgroup libi2c Legacy I2C Library
*
- * @brief I2C library.
+ * @ingroup RTEMSDeviceDrivers
+ *
+ * @brief Legacy I2C library.
*
*/
/**@{**/
diff --git a/cpukit/include/rtems/media.h b/cpukit/include/rtems/media.h
index 0fbc564482..b2a3e2dc91 100644
--- a/cpukit/include/rtems/media.h
+++ b/cpukit/include/rtems/media.h
@@ -1,9 +1,9 @@
/**
* @file
*
- * @ingroup RTEMSMedia
+ * @ingroup RTEMSIOMedia
*
- * @brief Media API.
+ * @brief Media Manager API.
*/
/*
@@ -31,7 +31,9 @@ extern "C" {
#endif /* __cplusplus */
/**
- * @defgroup RTEMSMedia Media Manager
+ * @defgroup RTEMSIOMedia Media Manager
+ *
+ * @ingroup LibIO
*
* @brief Removable media support.
*
diff --git a/cpukit/include/rtems/profiling.h b/cpukit/include/rtems/profiling.h
index 9e434b2a3c..3bad1eda49 100644
--- a/cpukit/include/rtems/profiling.h
+++ b/cpukit/include/rtems/profiling.h
@@ -34,6 +34,8 @@ extern "C" {
/**
* @defgroup Profiling Profiling Support
*
+ * @ingroup RTEMSAPI
+ *
* @brief The profiling support offers functions to report profiling
* information available in the system.
*