Whamcloud - gitweb
b=22470 Put header file contents into a doxygen group.
[fs/lustre-release.git] / lustre / include / lustre_mds.h
index 56a5cf0..59951fc 100644 (file)
 #ifndef _LUSTRE_MDS_H
 #define _LUSTRE_MDS_H
 
+/** \defgroup mds mds
+ *
+ * @{
+ */
+
 #include <lustre_handles.h>
 #include <libcfs/libcfs.h>
 #include <lustre/lustre_idl.h>
@@ -91,4 +96,6 @@ static inline int md_should_create(__u32 flags)
 /* these are local flags, used only on the client, private */
 #define M_CHECK_STALE           0200000000
 
+/** @} mds */
+
 #endif