X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/04fa61785ae1ecb5e5233ef0cb6d24145120d95e..fb33f893495b18dc7a0e13182b901d4cf662150f:/include/simgrid/s4u/file.hpp diff --git a/include/simgrid/s4u/file.hpp b/include/simgrid/s4u/file.hpp index 5c1565ce8a..1c552d1fe5 100644 --- a/include/simgrid/s4u/file.hpp +++ b/include/simgrid/s4u/file.hpp @@ -13,14 +13,13 @@ namespace simgrid { namespace s4u { -class Actor; class Storage; /** @brief A simulated file * * 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 @ref simgrid::s4u::Storage that are accessed from a given @ref 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 {