From: Arnaud Giersch Date: Sat, 22 Mar 2014 22:25:13 +0000 (+0100) Subject: Fix doxygen comments. X-Git-Tag: v3_11~198^2~5 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1943ca63ab0af58abc75c70054783d962737f3e9?hp=0674edec4421e0037f3235a093135b95edf09581 Fix doxygen comments. --- diff --git a/src/include/surf/surf.h b/src/include/surf/surf.h index 0eeb7c2536..87fb6aac6a 100644 --- a/src/include/surf/surf.h +++ b/src/include/surf/surf.h @@ -409,8 +409,7 @@ XBT_PUBLIC(surf_action_t) surf_workstation_sleep(surf_resource_t resource, doubl * @brief Open a file on a workstation * * @param workstation The surf workstation - * @param mount The mount point - * @param path The path to the file + * @param fullpath The path to the file * @return The surf action corresponding to the openning */ XBT_PUBLIC(surf_action_t) surf_workstation_open(surf_resource_t workstation, const char* fullpath); diff --git a/src/msg/msg_io.c b/src/msg/msg_io.c index ec54dd9a59..c7bbe8c85c 100644 --- a/src/msg/msg_io.c +++ b/src/msg/msg_io.c @@ -113,7 +113,6 @@ sg_size_t MSG_file_write(msg_file_t fd, sg_size_t size) /** \ingroup msg_file_management * \brief Opens the file whose name is the string pointed to by path * - * \param mount is the mount point where find the file is located * \param fullpath is the file location on the storage * \param data user data to attach to the file * diff --git a/src/surf/workstation_interface.hpp b/src/surf/workstation_interface.hpp index 621771d0f1..0b59b94f2c 100644 --- a/src/surf/workstation_interface.hpp +++ b/src/surf/workstation_interface.hpp @@ -258,8 +258,7 @@ public: /** * @brief Open a file * - * @param mount The mount point - * @param path The full path to the file + * @param fullpath The full path to the file * * @return The StorageAction corresponding to the opening */