From 1943ca63ab0af58abc75c70054783d962737f3e9 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Sat, 22 Mar 2014 23:25:13 +0100 Subject: [PATCH 1/1] Fix doxygen comments. --- src/include/surf/surf.h | 3 +-- src/msg/msg_io.c | 1 - src/surf/workstation_interface.hpp | 3 +-- 3 files changed, 2 insertions(+), 5 deletions(-) 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 */ -- 2.20.1