Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Documentation fixups: Marc was a bit quick at copy/pasting (+ DTD renamed)
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 30 Apr 2008 09:00:31 +0000 (09:00 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 30 Apr 2008 09:00:31 +0000 (09:00 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5356 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/simdag/sd_global.c
src/simdag/sd_link.c
src/simdag/sd_workstation.c

index b6aaf1e..ce76515 100644 (file)
@@ -290,7 +290,7 @@ void SD_application_reinit(void) {
  *
  * The XML file follows this DTD:
  *
- *     \include surfxml.dtd
+ *     \include simgrid.dtd
  *
  * Here is a small example of such a platform: 
  *
index 4e0baed..80cf7ca 100644 (file)
@@ -120,7 +120,7 @@ double SD_link_get_current_bandwidth(SD_link_t link) {
 /**
  * \brief Returns the value of a given link property
  *
- * \param workstation a workstation
+ * \param link the inspected link
  * \param name a property name
  * \return value of a property (or NULL if property not set)
  */
index 814c091..af29f84 100644 (file)
@@ -132,7 +132,7 @@ const char* SD_workstation_get_name(SD_workstation_t workstation) {
 /**
  * \brief Returns the value of a given workstation property
  *
- * \param workstation a workstation
+ * \param ws a workstation
  * \param name a property name
  * \return value of a property (or NULL if property not set)
  */