X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c741a8289a7c62109c8db7fb86257c186ee52e26..32d57acf569c0266d65dda02fbf3d54ad2f4e9f5:/include/simgrid/forward.h diff --git a/include/simgrid/forward.h b/include/simgrid/forward.h index 607810d5d3..517c473b43 100644 --- a/include/simgrid/forward.h +++ b/include/simgrid/forward.h @@ -36,7 +36,10 @@ XBT_PUBLIC void intrusive_ptr_release(Comm* c); XBT_PUBLIC void intrusive_ptr_add_ref(Comm* c); class ConditionVariable; -/** Smart pointer to a simgrid::s4u::ConditionVariable */ +/** @beginrst + * Smart pointer to a :cpp:type:`simgrid::s4u::ConditionVariable` + * @endrst + */ typedef boost::intrusive_ptr ConditionVariablePtr; XBT_PUBLIC void intrusive_ptr_release(const ConditionVariable* c); XBT_PUBLIC void intrusive_ptr_add_ref(const ConditionVariable* c);