Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix the RST inclusions in doxygen comments
[simgrid.git] / src / bindings / java / org / simgrid / msg / ProcessKilledError.java
index 5911aca8bc236b70d50c96926b4908d8efaaddd6..97735ce5a5701c565a2c7d249f6d31d9a8578cb4 100644 (file)
@@ -7,7 +7,7 @@ package org.simgrid.msg;
 
 /** Used internally to interrupt the user code when the process gets killed.
  *
- * \rst
+ * @beginrst
  * You can catch it for cleanups or to debug, but DO NOT BLOCK IT, or your simulation will segfault!
  *
  * .. code-block:: java
@@ -19,7 +19,7 @@ package org.simgrid.msg;
  *      throw e;
  *    }
  *
- * \endrst
+ * @endrst
  */
 
 public class ProcessKilledError extends Error {