Whamcloud - gitweb
b=22470 Put header file contents into a doxygen group.
[fs/lustre-release.git] / lustre / include / lustre_ha.h
index 7d5b8f1..a9cdbc0 100644 (file)
 #ifndef _LUSTRE_HA_H
 #define _LUSTRE_HA_H
 
+/** \defgroup ha ha
+ *
+ * @{
+ */
+
 struct obd_import;
 struct obd_export;
 struct obd_device;
@@ -57,4 +62,6 @@ int ptlrpc_check_suspend(void);
 void ptlrpc_activate_timeouts(struct obd_import *imp);
 void ptlrpc_deactivate_timeouts(struct obd_import *imp);
 
+/** @} ha */
+
 #endif