Whamcloud - gitweb
b=22470 Put header file contents into a doxygen group.
[fs/lustre-release.git] / lustre / include / lustre_idmap.h
index 364a651..fa14de1 100644 (file)
 #ifndef _LUSTRE_IDMAP_H
 #define _LUSTRE_IDMAP_H
 
+/** \defgroup idmap idmap
+ *
+ * @{
+ */
+
 #include <md_object.h>
 
 #define CFS_NGROUPS_PER_BLOCK   ((int)(CFS_PAGE_SIZE / sizeof(gid_t)))
@@ -92,4 +97,6 @@ extern int lustre_idmap_lookup_gid(struct md_ucred *mu,
 extern struct lustre_idmap_table *lustre_idmap_init(void);
 extern void lustre_idmap_fini(struct lustre_idmap_table *t);
 
+/** @} idmap */
+
 #endif