From 34aae9975aa12c458dca0da601dfdfa9e61f6ea2 Mon Sep 17 00:00:00 2001 From: Arnaud Legrand Date: Wed, 1 Jul 2015 21:01:54 +0200 Subject: [PATCH] Fix the documentation --- src/msg/msg_host.c | 4 ++-- src/msg/msg_io.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/msg/msg_host.c b/src/msg/msg_host.c index 1ef7d2a3ce..074a5d7dbf 100644 --- a/src/msg/msg_host.c +++ b/src/msg/msg_host.c @@ -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 @@ -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)); } -/** \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 diff --git a/src/msg/msg_io.c b/src/msg/msg_io.c index 4e0971f2a6..efee6ce7ee 100644 --- a/src/msg/msg_io.c +++ b/src/msg/msg_io.c @@ -548,7 +548,7 @@ msg_error_t MSG_storage_set_data(msg_storage_t storage, void *data) return MSG_OK; } -/** \ingroup msg_host_management +/** \ingroup m_host_management * * \brief Returns the user data of a #msg_storage_t. * -- 2.20.1