[PATCH 13/28] doxygen: Added some subgroups to API->Classic

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


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

Update #3706.

I2C library, Media Manager and Profiling Support
---
 cpukit/include/rtems/libi2c.h    | 2 ++
 cpukit/include/rtems/media.h     | 2 ++
 cpukit/include/rtems/profiling.h | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/cpukit/include/rtems/libi2c.h b/cpukit/include/rtems/libi2c.h
index 341e390760..1d0dfd4d7b 100644
--- a/cpukit/include/rtems/libi2c.h
+++ b/cpukit/include/rtems/libi2c.h
@@ -64,6 +64,8 @@ extern "C" {
 
 /**
  * @defgroup libi2c I2C Library
+ * 
+ * @ingroup RTEMSAPIClassic
  *
  * @brief I2C library.
  *
diff --git a/cpukit/include/rtems/media.h b/cpukit/include/rtems/media.h
index 0fbc564482..b9fb2d3d5c 100644
--- a/cpukit/include/rtems/media.h
+++ b/cpukit/include/rtems/media.h
@@ -32,6 +32,8 @@ extern "C" {
 
 /**
  * @defgroup RTEMSMedia Media Manager
+ * 
+ * @ingroup RTEMSAPIClassic
  *
  * @brief Removable media support.
  *
diff --git a/cpukit/include/rtems/profiling.h b/cpukit/include/rtems/profiling.h
index 9e434b2a3c..d0314ae44b 100644
--- a/cpukit/include/rtems/profiling.h
+++ b/cpukit/include/rtems/profiling.h
@@ -33,6 +33,8 @@ extern "C" {
 
 /**
  * @defgroup Profiling Profiling Support
+ * 
+ * @ingroup RTEMSAPIClassic
  *
  * @brief The profiling support offers functions to report profiling
  * information available in the system.
-- 
2.16.4



More information about the devel mailing list