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 5911aca..97735ce 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 {