Explorar el Código

Close Doxygen group in include/corosync/cmap.h

This avoids warning: end of file while inside a group.

Signed-off-by: Ferenc Wágner <wferi@niif.hu>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Ferenc Wágner hace 10 años
padre
commit
c52933a29f
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      include/corosync/cmap.h

+ 2 - 0
include/corosync/cmap.h

@@ -327,6 +327,8 @@ extern cs_error_t cmap_track_add(
  */
 extern cs_error_t cmap_track_delete(cmap_handle_t handle, cmap_track_handle_t track_handle);
 
+/** @} */
+
 #ifdef __cplusplus
 }
 #endif