Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reorganizing and cleaning the doc
[simgrid.git] / src / xbt / set.c
index 899fd82..39c1032 100644 (file)
 
 #include "xbt/set.h"
 
+/** \defgroup XBT_set A generic set datatype
+  *  \brief A data container consisting in \ref XBT_dict and \ref XBT_dynar
+  */
+
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(set,xbt,"data container consisting in dict+dynar");
 
 /*####[ Type definition ]####################################################*/