summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/nfsclient/proto/mount_prot.h
diff options
context:
space:
mode:
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 */