Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Useless cleanup
[simgrid.git] / src / xbt / dynar.c
index 6b0bcd8..777f226 100644 (file)
 #include "xbt/dynar.h"
 #include <sys/types.h>
 
+/** \defgroup XBT_dynar A generic dynamic array
+  *  \brief This section describes the API to generic dynamic array (vector).
+  */
+
+
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(dynar,xbt,"Dynamic arrays");
 
 typedef struct xbt_dynar_s {