From c167249352ea7eb5884d92720a839483405e3f13 Mon Sep 17 00:00:00 2001
From: CoreRasurae <luis.p.mendes@gmail.com>
Date: Fri, 27 Apr 2018 18:34:04 +0100
Subject: [PATCH] Docs: Javadoc fixes with bold terminating tags - update

---
 src/main/java/com/aparapi/Kernel.java | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/main/java/com/aparapi/Kernel.java b/src/main/java/com/aparapi/Kernel.java
index 7b351ddf..a41e2eab 100644
--- a/src/main/java/com/aparapi/Kernel.java
+++ b/src/main/java/com/aparapi/Kernel.java
@@ -2518,9 +2518,9 @@ public abstract class Kernel implements Cloneable {
    }
 
    /**
-    * Retrieves a profile report for the last thread that executed this kernel on the given device.<br/>
+    * Retrieves a profile report for the last thread that executed this kernel on the given device.
     * A report will only be available if at least one thread executed the kernel on the device.
-    *
+    * <br/>
     * <b>Note1: </b>If the profile report is intended to be kept in memory, the object should be cloned with
     * {@link com.aparapi.ProfileReport#clone()}<br/>
     *
@@ -2556,7 +2556,8 @@ public abstract class Kernel implements Cloneable {
    
    /**
     * Retrieves the most recent complete report available for the current thread calling this method for
-    * the current kernel instance and executed on the given device.<br/>
+    * the current kernel instance and executed on the given device.
+    * <br/>
     * <b>Note1: </b>If the profile report is intended to be kept in memory, the object should be cloned with
     * {@link com.aparapi.ProfileReport#clone()}<br/>
     * <b>Note2: </b>If the thread didn't execute this kernel on the specified device, it
-- 
GitLab