Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
s/_XBT_GNUC_FUNCTION/_XBT_FUNCTION/ (that's how to get __FUNCTION__ portably)
[simgrid.git] / include / xbt / set.h
index d0f0ab8..103c587 100644 (file)
@@ -98,8 +98,8 @@ int          xbt_set_cursor_get_or_free (xbt_set_cursor_t *cursor,
        xbt_set_cursor_get_or_free(&(cursor),(xbt_set_elm_t*)&(elm));          \
        xbt_set_cursor_step(cursor) )
 
-/*@}*/
-/*@}*/
+/* @} */
+/* @} */
 END_DECL()
 
 #endif /* _XBT_SET_H */