Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix doxygen
[simgrid.git] / src / msg / msg_host.c
index 1105123..feab850 100644 (file)
@@ -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.