From: Martin Quinson Date: Sat, 18 Jul 2015 20:50:57 +0000 (+0200) Subject: fix doxygen X-Git-Tag: v3_12~482 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e98f14753bce19f15850605d9da41ba5e4ac9591 fix doxygen --- 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.