Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix doxygen comments.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Sat, 22 Mar 2014 22:25:13 +0000 (23:25 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Sat, 22 Mar 2014 22:48:55 +0000 (23:48 +0100)
src/include/surf/surf.h
src/msg/msg_io.c
src/surf/workstation_interface.hpp

index 0eeb7c2..87fb6aa 100644 (file)
@@ -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);
index ec54dd9..c7bbe8c 100644 (file)
@@ -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
  *
index 621771d..0b59b94 100644 (file)
@@ -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
    */