Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix doxygen
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 18 Jul 2015 20:50:57 +0000 (22:50 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 18 Jul 2015 21:33:17 +0000 (23:33 +0200)
include/simgrid/simdag.h
src/msg/msg_host.c

index 89ec19c..916a672 100644 (file)
@@ -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);
 }
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.