Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
various documentation improvements
[simgrid.git] / include / simgrid / s4u / file.hpp
index 4acf4c3..5c1565c 100644 (file)
@@ -7,6 +7,7 @@
 #define SIMGRID_S4U_FILE_HPP
 
 #include <xbt/base.h>
+
 #include <simgrid/simix.h>
 
 namespace simgrid {
@@ -19,7 +20,7 @@ class Storage;
  *
  * Used to simulate the time it takes to access to a file, but does not really store any information.
  *
- * They are located on @link{simgrid::s4u::Storage}, that are accessed from a given @link{simgrid::s4u::Host} through mountpoints.
+ * They are located on @link{simgrid::s4u::Storage} that are accessed from a given @link{simgrid::s4u::Host} through mountpoints.
  * For now, you cannot change the mountpoints programatically, and must declare them from your platform file.
  */
 XBT_PUBLIC_CLASS File {