Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
various documentation improvements
[simgrid.git] / include / simgrid / kernel / future.hpp
index 034963d..da5bd08 100644 (file)
@@ -422,7 +422,7 @@ Future<T> unwrapFuture(Future<Future<T>> future)
   return std::move(result);
 }
 
-/** Producer side of a @simgrid::kernel::Future
+/** Producer side of a @ref simgrid::kernel::Future
  *
  *  A @ref Promise is connected to some `Future` and can be used to
  *  set its result.