nfsclient: Rework Doxygen groups

Update #3706.
This commit is contained in:
Sebastian Huber
2020-12-02 13:02:58 +01:00
parent 7f1ba9c75c
commit 295b05f965
10 changed files with 24 additions and 28 deletions

View File

@@ -46,14 +46,6 @@
* @brief libfs
*/
/**
* @defgroup nfsclient nfs Client
*
* @ingroup FileSystemTypesAndMount
*
* @brief nfs Client
*/
/**
* @defgroup libmisc_mouse Serial Mouse
*

View File

@@ -3,7 +3,7 @@
*
* @brief Nfsclient Mount Prot
*
* @ingroup rtems-nfsclient
* @ingroup RTEMSFileSystemNFSMountProt
*/
#ifndef _MOUNT_PROT_H_RPCGEN
@@ -11,16 +11,18 @@
#include <rpc/rpc.h>
/**
* @defgroup libfs_nfsclient_mount_prot Mount Prot
*
* @ingroup libfs
*/
/**@{*/
#ifdef __cplusplus
extern "C" {
#endif
/**
* @defgroup RTEMSFileSystemNFSMountProt Mount Prot
*
* @ingroup RTEMSFileSystemNFS
*
* @{
*/
#define MNTPATHLEN 1024
#define MNTNAMLEN 255
#define FHSIZE 32
@@ -145,8 +147,9 @@ extern bool_t xdr_exportnode ();
#endif /* K&R C */
/**@}*/
#ifdef __cplusplus
}
#endif
/**@}*/
#endif /* !_MOUNT_PROT_H_RPCGEN */

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup libfs_nfsclient_mount_prot Mount Prot
* @ingroup RTEMSFileSystemNFSMountProt Mount Prot
*
* @brief Mount Prot XDR
*/

View File

@@ -9,9 +9,9 @@
#include <rpc/rpc.h>
/**
* @defgroup libfs_nfsclient_nfs_prot NFS Prot
* @defgroup RTEMSFileSystemNFSProt NFS Prot
*
* @ingroup nfsclient
* @ingroup RTEMSFileSystemNFS
*/
/**@{*/
#ifdef __cplusplus

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup libfs_nfsclient_nfs_prot NFS Prot
* @ingroup RTEMSFileSystemNFSProt NFS Prot
*
* @brief NFS Prot XDR
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup libfs
* @ingroup RTEMSFileSystemNFS
*
* @brief NFS Client Implementation for RTEMS
*

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup libfs
* @ingroup RTEMSFileSystemNFS
*
* @brief RPC Multiplexor for a Multitasking Environment
*

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup libfs
* @ingroup RTEMSFileSystemNFS
*
* @brief Sock Mbuf
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup libfs
* @ingroup RTEMSFileSystemNFS
*
* @brief XDR Implementation Using mbuf Buffers
*

View File

@@ -1,9 +1,9 @@
/**
* @file
*
* @brief Public Interface to the NFS Client Library for RTEMS
* @ingroup RTEMSFileSystemNFS
*
* @ingroup rtems-nfsclient
* @brief This header file provides interfaces of the NFSv2 client.
*/
/*
@@ -57,9 +57,10 @@
#define LIB_RTEMS_NFS_CLIENT_H
/**
* @defgroup rtems-nfsclient NFS Client Library
* @defgroup RTEMSFileSystemNFS NFSv2 Client
*
* @ingroup FileSystemTypesAndMount
*
* @ingroup nfsclient
* @{
*/