Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix the documentation
authorArnaud Legrand <arnaud.legrand@imag.fr>
Wed, 1 Jul 2015 19:01:54 +0000 (21:01 +0200)
committerArnaud Legrand <arnaud.legrand@imag.fr>
Wed, 1 Jul 2015 19:01:54 +0000 (21:01 +0200)
src/msg/msg_host.c
src/msg/msg_io.c

index 1ef7d2a..074a5d7 100644 (file)
@@ -61,7 +61,7 @@ msg_host_t __MSG_host_create(smx_host_t workstation)
 }
 
 
 }
 
 
-/** \ingroup msg_host_management
+/** \ingroup m_host_management
  * \brief Finds a msg_host_t using its name.
  *
  * This is a name directory service
  * \brief Finds a msg_host_t using its name.
  *
  * This is a name directory service
@@ -469,7 +469,7 @@ xbt_dynar_t MSG_host_get_attached_storage_list(msg_host_t host)
   return (simcall_host_get_attached_storage_list(host));
 }
 
   return (simcall_host_get_attached_storage_list(host));
 }
 
-/** \ingroup msg_host_management
+/** \ingroup m_host_management
  * \brief Return the content of mounted storages on an host.
  * \param host a host
  * \return a dict containing content (as a dict) of all storages mounted on the host
  * \brief Return the content of mounted storages on an host.
  * \param host a host
  * \return a dict containing content (as a dict) of all storages mounted on the host
index 4e0971f..efee6ce 100644 (file)
@@ -548,7 +548,7 @@ msg_error_t MSG_storage_set_data(msg_storage_t storage, void *data)
   return MSG_OK;
 }
 
   return MSG_OK;
 }
 
-/** \ingroup msg_host_management
+/** \ingroup m_host_management
  *
  * \brief Returns the user data of a #msg_storage_t.
  *
  *
  * \brief Returns the user data of a #msg_storage_t.
  *