From e98f14753bce19f15850605d9da41ba5e4ac9591 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sat, 18 Jul 2015 22:50:57 +0200 Subject: [PATCH] fix doxygen --- include/simgrid/simdag.h | 2 +- src/msg/msg_host.c | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/include/simgrid/simdag.h b/include/simgrid/simdag.h index 89ec19c8d8..916a672fde 100644 --- a/include/simgrid/simdag.h +++ b/include/simgrid/simdag.h @@ -131,7 +131,7 @@ static inline void *SD_link_get_data(SD_link_t link) { static inline void SD_link_set_data(SD_link_t link, void *data) { sg_link_data_set(link, data); } -/** @Returns the name of a link */ +/** @brief Returns the name of a link */ static inline const char *SD_link_get_name(SD_link_t link) { return sg_link_name(link); } diff --git a/src/msg/msg_host.c b/src/msg/msg_host.c index 1105123d40..feab85041b 100644 --- a/src/msg/msg_host.c +++ b/src/msg/msg_host.c @@ -428,12 +428,6 @@ double MSG_host_get_wattmin_at(msg_host_t host, int pstate){ double MSG_host_get_wattmax_at(msg_host_t host, int pstate){ return simcall_host_get_wattmax_at(host, pstate); } -/** \ingroup m_host_management - * \brief Set the parameters of a given host - * - * \param host a host - * \param params a prameter object - */ /** \ingroup m_host_management * \brief Return the list of mount point names on an host. -- 2.20.1