Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Connect the m_datatypes_management_details doxygen module into the tree
[simgrid.git] / include / msg / datatypes.h
index 8034f9f..d6d9afb 100644 (file)
@@ -9,10 +9,11 @@
 #define MSG_DATATYPE_H
 #include "xbt/misc.h"
 
-BEGIN_DECL()
+SG_BEGIN_DECL()
 
 /* ******************************** Host ************************************ */
-/** @defgroup m_datatypes_management_details */
+/** @defgroup m_datatypes_management_details Details on MSG datatypes
+    @ingroup  m_datatypes_management*/
 
 typedef struct simdata_host *simdata_host_t;
 /** @brief Host datatype 
@@ -124,5 +125,5 @@ typedef enum {
 } MSG_error_t;
 /** @} */
 
-END_DECL()
+SG_END_DECL()
 #endif