[Pkg-libvirt-commits] [libguestfs] 17/21: java: further <p> fixes

Hilko Bengen bengen at moszumanska.debian.org
Sun May 3 21:27:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch master
in repository libguestfs.

commit 553a8f5dc98413a77784fb823666638e324f6603
Author: Pino Toscano <ptoscano at redhat.com>
Date:   Wed Feb 11 15:46:19 2015 +0100

    java: further <p> fixes
    
    javadoc's HTML parser seems more limited, so just close <p> blocks
    before opening <pre> or <ol>.
    
    Followup of commit f4186a7a492f94661cf367684af3c54e21700afc.
    
    (cherry picked from commit e15722606442f6e3e960026bcc64f62081fe48f3)
---
 generator/java.ml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/generator/java.ml b/generator/java.ml
index 9ae4eea..b477a62 100644
--- a/generator/java.ml
+++ b/generator/java.ml
@@ -48,12 +48,12 @@ import java.util.Map;
  * </p><p>
  * Note that the main documentation for the libguestfs API is in
  * the following man pages:
- * </p><p>
+ * </p>
  * <ol>
  * <li> <a href=\"http://libguestfs.org/guestfs-java.3.html\"><code>guestfs-java(3)</code></a> and </li>
  * <li> <a href=\"http://libguestfs.org/guestfs.3.html\"><code>guestfs(3)</code></a>. </li>
  * </ol>
- * </p><p>
+ * <p>
  * This javadoc is <b>not</b> a good introduction to using libguestfs.
  * </p>
  *
@@ -180,6 +180,7 @@ public class GuestFS {
    * </p><p>
    * When an event happens, the callback object's <code>event</code> method
    * is invoked like this:
+   * </p>
    * <pre>
    * 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[])
    *                 );
    * </pre>
+   * <p>
    * 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 <code>this</code>.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list