summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/include/rtems/bspIo.h2
-rw-r--r--cpukit/include/rtems/ftpfs.h2
-rw-r--r--cpukit/include/rtems/libio_.h2
3 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/include/rtems/bspIo.h b/cpukit/include/rtems/bspIo.h
index 61eb873188..3a00b803b2 100644
--- a/cpukit/include/rtems/bspIo.h
+++ b/cpukit/include/rtems/bspIo.h
@@ -29,6 +29,8 @@ extern "C" {
/**
* @defgroup BSPIO Kernel Print Support
*
+ * @ingroup LibIO
+ *
* This module contains all methods and support related to providing
* kernel level print support.
*
diff --git a/cpukit/include/rtems/ftpfs.h b/cpukit/include/rtems/ftpfs.h
index c1f615b85b..eb6a0c664f 100644
--- a/cpukit/include/rtems/ftpfs.h
+++ b/cpukit/include/rtems/ftpfs.h
@@ -44,6 +44,8 @@ extern "C" {
/**
* @defgroup rtems_ftpfs File Transfer Protocol File System
*
+ * @ingroup FileSystemTypesAndMount
+ *
* @brief The FTP file system (FTP client) can be used to transfer files from
* or to remote hosts.
*
diff --git a/cpukit/include/rtems/libio_.h b/cpukit/include/rtems/libio_.h
index 414e8a20fc..cf80ea8075 100644
--- a/cpukit/include/rtems/libio_.h
+++ b/cpukit/include/rtems/libio_.h
@@ -38,6 +38,8 @@ extern "C" {
/**
* @defgroup LibIOInternal IO Internal Library
*
+ * @ingroup LibIO
+ *
* @brief Internal IO library API and implementation.
*
*/