Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
CpuTiTmgr: change a C enum into an enum class
[simgrid.git] / src / xbt / xbt_replay.cpp
index d57b1bea0103848f19c2071e8a0bf51165c5097d..b889434cf9303349b6c30fe5bc428a0175b7b941 100644 (file)
@@ -158,7 +158,7 @@ int replay_runner(int argc, char* argv[])
  * \brief Registers a function to handle a kind of action
  *
  * Registers a function to handle a kind of action
- * This table is then used by \ref xbt_replay_action_runner
+ * This table is then used by \ref simgrid::xbt::replay_runner
  *
  * The argument of the function is the line describing the action, fields separated by spaces.
  *