Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix use of verbatim sections
[simgrid.git] / src / java / simgrid / msg / Host.java
index 67274c1..23094dd 100644 (file)
@@ -29,14 +29,14 @@ import java.lang.String;
  * file description contains an host named "Jacquelin" :
  *
  * \verbatim
- *     Host jacquelin;
- *
- *     try { 
*             jacquelin = Host.getByName("Jacquelin");
- *     } catch(HostNotFoundException e) {
*             System.err.println(e.toString());
- *     }
- *     ...
+Host jacquelin;
+
+try { 
+       jacquelin = Host.getByName("Jacquelin");
+} catch(HostNotFoundException e) {
+       System.err.println(e.toString());
+}
+...
  * \endverbatim
  *
  * @author  Abdelmalek Cherier