Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Integrate the patch javadoc-openjdk17 from Debian
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 4 Oct 2022 20:35:59 +0000 (22:35 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 6 Oct 2022 21:58:10 +0000 (23:58 +0200)
src/bindings/java/org/simgrid/msg/ProcessKilledError.java

index 8f76d01..fcf2780 100644 (file)
@@ -7,7 +7,7 @@ package org.simgrid.msg;
 
 /** Used internally to interrupt the user code when the process gets killed.
  *
- * @beginrst
+ * \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 {