X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fa33c62c831c17237ac38960b24596560ad3804d..3907e83884bae6278656e9cd2cb7ef92a8f707fb:/docs/source/Plugins.rst diff --git a/docs/source/Plugins.rst b/docs/source/Plugins.rst index c40e5e61b9..aab0fe0968 100644 --- a/docs/source/Plugins.rst +++ b/docs/source/Plugins.rst @@ -144,18 +144,18 @@ Existing signals :cpp:func:`Comm::on_this_start ` :cpp:func:`Comm::on_completion ` :cpp:func:`Comm::on_this_completion ` - :cpp:func:`Comm::on_suspend ` - :cpp:func:`Comm::on_this_suspend ` + :cpp:func:`Comm::on_suspended ` + :cpp:func:`Comm::on_this_suspended ` :cpp:func:`Comm::on_resume ` - :cpp:func:`Comm::on_this_resume ` + :cpp:func:`Comm::on_this_resumed ` :cpp:func:`Comm::on_veto ` :cpp:func:`Comm::on_this_veto ` - :cpp:func:`Exec::on_start ` :cpp:func:`Exec::on_this_start ` :cpp:func:`Exec::on_completion ` :cpp:func:`Exec::on_this_completion ` - :cpp:func:`Exec::on_suspend ` - :cpp:func:`Exec::on_this_suspend ` + :cpp:func:`Exec::on_suspended ` + :cpp:func:`Exec::on_this_suspended ` :cpp:func:`Exec::on_resume ` :cpp:func:`Exec::on_this_resume ` :cpp:func:`Exec::on_veto ` @@ -164,10 +164,10 @@ Existing signals :cpp:func:`Io::on_this_start ` :cpp:func:`Io::on_completion ` :cpp:func:`Io::on_this_completion ` - :cpp:func:`Io::on_suspend ` - :cpp:func:`Io::on_this_suspend ` + :cpp:func:`Io::on_suspended ` + :cpp:func:`Io::on_this_suspended ` :cpp:func:`Io::on_resume ` - :cpp:func:`Io::on_this_resume ` + :cpp:func:`Io::on_this_resumed ` :cpp:func:`Io::on_veto ` :cpp:func:`Io::on_this_veto ` @@ -209,8 +209,6 @@ Host Load .. doxygengroup:: plugin_host_load - - .. _plugin_filesystem: File System