Whamcloud - gitweb
b=22470 Put header file contents into a doxygen group.
[fs/lustre-release.git] / lustre / include / lustre_lite.h
index c9c1129..13093e7 100644 (file)
 #ifndef _LL_H
 #define _LL_H
 
+/** \defgroup lite lite
+ *
+ * @{
+ */
+
 #if defined(__linux__)
 #include <linux/lustre_lite.h>
 #elif defined(__APPLE__)
@@ -149,4 +154,7 @@ static inline unsigned long hash_x_index(unsigned long value)
 {
         return ~0UL - value;
 }
+
+/** @} lite */
+
 #endif