From e15722606442f6e3e960026bcc64f62081fe48f3 Mon Sep 17 00:00:00 2001
From: Pino Toscano fixes
javadoc's HTML parser seems more limited, so just close blocks
before opening or
.
Followup of commit f4186a7a492f94661cf367684af3c54e21700afc.
---
generator/java.ml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/generator/java.ml b/generator/java.ml
index 81faff1a8..60dd26d4f 100644
--- a/generator/java.ml
+++ b/generator/java.ml
@@ -48,12 +48,12 @@ import java.util.Map;
*
* Note that the main documentation for the libguestfs API is in * the following man pages: - *
+ *
*guestfs-java(3) and guestfs(3). + *
* This javadoc is not a good introduction to using libguestfs. *
* @@ -180,6 +180,7 @@ public class GuestFS { *
* When an event happens, the callback object's event method
* is invoked like this:
+ *
* callback.event (event, // the specific event which fired (long)
* eh, // the event handle (int)
@@ -187,6 +188,7 @@ public class GuestFS {
* array // event data (long[])
* );
*
+ *
* Note that you can pass arbitrary data from the main program to the
* callback by putting it into your {@link EventCallback callback object},
* then accessing it in the callback via this.