Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix doxygen comments.
[simgrid.git] / src / include / surf / datatypes.h
index bac2778..f51895a 100644 (file)
@@ -7,15 +7,16 @@
 #ifndef MAXMIN_DATATYPES_H
 #define MAXMIN_DATATYPES_H
 
-/** \brief Model datatype
- *  \ingroup SURF_models
+/** \ingroup SURF_models
+ *  \brief Model datatype
  *
  *  Generic data structure for a model. The workstations,
  *  the CPUs and the network links are examples of models.
  */
 typedef struct surf_model *surf_model_t;
-/** \brief Action datatype
- *  \ingroup SURF_actions
+
+/** \ingroup SURF_actions
+ *  \brief Action datatype
  *
  * An action is some working amount on a model.
  * It is represented as a cost, a priority, a duration and a state.