From e33bfee8391fbf3a1a0b4cd5cd33f14a291c8052 Mon Sep 17 00:00:00 2001 From: mquinson Date: Wed, 30 Apr 2008 09:00:31 +0000 Subject: [PATCH] Documentation fixups: Marc was a bit quick at copy/pasting (+ DTD renamed) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5356 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/simdag/sd_global.c | 2 +- src/simdag/sd_link.c | 2 +- src/simdag/sd_workstation.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/simdag/sd_global.c b/src/simdag/sd_global.c index b6aaf1ebef..ce7651537f 100644 --- a/src/simdag/sd_global.c +++ b/src/simdag/sd_global.c @@ -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: * diff --git a/src/simdag/sd_link.c b/src/simdag/sd_link.c index 4e0baed990..80cf7cac85 100644 --- a/src/simdag/sd_link.c +++ b/src/simdag/sd_link.c @@ -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) */ diff --git a/src/simdag/sd_workstation.c b/src/simdag/sd_workstation.c index 814c09171d..af29f84ff4 100644 --- a/src/simdag/sd_workstation.c +++ b/src/simdag/sd_workstation.c @@ -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) */ -- 2.20.1