javadoc fixes
authorNot Zed <notzed@gmail.com>
Sun, 26 Jan 2020 07:58:57 +0000 (18:28 +1030)
committerNot Zed <notzed@gmail.com>
Sun, 26 Jan 2020 07:58:57 +0000 (18:28 +1030)
src/notzed.zcl/classes/au/notzed/zcl/CLEventList.java
src/notzed.zcl/classes/au/notzed/zcl/CLMemory.java

index 187bc9d..21a30f8 100644 (file)
@@ -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) {
index 575d59c..0625cbf 100644 (file)
@@ -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);