From: Not Zed Date: Sun, 26 Jan 2020 07:58:57 +0000 (+1030) Subject: javadoc fixes X-Git-Url: https://code.zedzone.au/cvs?a=commitdiff_plain;h=ba2cdbfc601e5a8ba37174a04d4b067ba4de24dc;p=zcl javadoc fixes --- diff --git a/src/notzed.zcl/classes/au/notzed/zcl/CLEventList.java b/src/notzed.zcl/classes/au/notzed/zcl/CLEventList.java index 187bc9d..21a30f8 100644 --- a/src/notzed.zcl/classes/au/notzed/zcl/CLEventList.java +++ b/src/notzed.zcl/classes/au/notzed/zcl/CLEventList.java @@ -147,7 +147,7 @@ public final class CLEventList implements AutoCloseable { /** * Creates an interface to the given event. * - * @param index + * @param i index of event. * @return An event interface. */ public CLEvent get(int i) { diff --git a/src/notzed.zcl/classes/au/notzed/zcl/CLMemory.java b/src/notzed.zcl/classes/au/notzed/zcl/CLMemory.java index 575d59c..0625cbf 100644 --- a/src/notzed.zcl/classes/au/notzed/zcl/CLMemory.java +++ b/src/notzed.zcl/classes/au/notzed/zcl/CLMemory.java @@ -173,7 +173,7 @@ public abstract class CLMemory extends CLObject { /** * Get CL_MEM_TYPE. - * @returns One of CL_MEM_OBJECT_* types. + * @return One of CL_MEM_OBJECT_* types. */ public int getType() { return getInfoInt(CL_MEM_TYPE);