summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/nfsclient/proto/mount_prot.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-12-02 13:02:58 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-12-02 13:03:32 +0100
commit295b05f9652f6e69ce659f43fe41563cee9b0e6b (patch)
tree10745ea87dcb55e8c224f15675df42dba2b58a3a /cpukit/libfs/src/nfsclient/proto/mount_prot.h
parentbuild: Add <rtems/rtems/clockimpl.h> (diff)
downloadrtems-295b05f9652f6e69ce659f43fe41563cee9b0e6b.tar.bz2
nfsclient: Rework Doxygen groups
Update #3706.
Diffstat (limited to 'cpukit/libfs/src/nfsclient/proto/mount_prot.h')
-rw-r--r--cpukit/libfs/src/nfsclient/proto/mount_prot.h19
1 files changed, 11 insertions, 8 deletions
diff --git a/cpukit/libfs/src/nfsclient/proto/mount_prot.h b/cpukit/libfs/src/nfsclient/proto/mount_prot.h
index a5cac29217..11ef3cc23f 100644
--- a/cpukit/libfs/src/nfsclient/proto/mount_prot.h
+++ b/cpukit/libfs/src/nfsclient/proto/mount_prot.h
@@ -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 */