summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/cl-buffer-if.cfg2
-rw-r--r--resources/cl-common.cfg2
-rw-r--r--resources/cl-context-if.cfg2
-rw-r--r--resources/cl-device-if.cfg2
-rw-r--r--resources/cl-event-if.cfg4
-rw-r--r--resources/cl-if.cfg2
-rw-r--r--resources/cl-image-if.cfg2
-rw-r--r--resources/cl-impl.cfg2
-rw-r--r--resources/cl-kernel-if.cfg2
-rw-r--r--resources/cl-mem-if.cfg2
-rw-r--r--resources/cl-platform-if.cfg2
-rw-r--r--resources/cl-program-if.cfg2
-rw-r--r--resources/cl-queue-if.cfg2
-rw-r--r--resources/cl-sampler-if.cfg2
-rw-r--r--resources/clgl-if.cfg2
15 files changed, 16 insertions, 16 deletions
diff --git a/resources/cl-buffer-if.cfg b/resources/cl-buffer-if.cfg
index 22306727..197ef54d 100644
--- a/resources/cl-buffer-if.cfg
+++ b/resources/cl-buffer-if.cfg
@@ -4,7 +4,7 @@ Style InterfaceOnly
ClassJavadoc CLBufferBinding /**
ClassJavadoc CLBufferBinding * Java bindings to OpenCL buffers.
-ClassJavadoc CLBufferBinding * @author Michael Bien
+ClassJavadoc CLBufferBinding * @author Michael Bien, GlueGen, et al.
ClassJavadoc CLBufferBinding */
JavaClass CLBufferBinding
diff --git a/resources/cl-common.cfg b/resources/cl-common.cfg
index 36c5d66c..d89643b9 100644
--- a/resources/cl-common.cfg
+++ b/resources/cl-common.cfg
@@ -107,7 +107,7 @@ RenameJavaMethod image_channel_data_type imageChannelDataType
ClassJavadoc CLImageFormatImpl /**
ClassJavadoc CLImageFormatImpl * Struct accessor for cl_image_format.
-ClassJavadoc CLImageFormatImpl * @author Michael Bien
+ClassJavadoc CLImageFormatImpl * @author Michael Bien, GlueGen, et al.
ClassJavadoc CLImageFormatImpl */
diff --git a/resources/cl-context-if.cfg b/resources/cl-context-if.cfg
index c1609a79..0e9a5617 100644
--- a/resources/cl-context-if.cfg
+++ b/resources/cl-context-if.cfg
@@ -7,7 +7,7 @@ Import com.jogamp.opencl.CLErrorHandler
ClassJavadoc CLContextBinding /**
ClassJavadoc CLContextBinding * Java bindings to OpenCL contexts.
-ClassJavadoc CLContextBinding * @author Michael Bien
+ClassJavadoc CLContextBinding * @author Michael Bien, GlueGen, et al.
ClassJavadoc CLContextBinding */
JavaClass CLContextBinding
diff --git a/resources/cl-device-if.cfg b/resources/cl-device-if.cfg
index 054cbdb8..a32476ca 100644
--- a/resources/cl-device-if.cfg
+++ b/resources/cl-device-if.cfg
@@ -4,7 +4,7 @@ Style InterfaceOnly
ClassJavadoc CLDeviceBinding /**
ClassJavadoc CLDeviceBinding * Java bindings to OpenCL devices.
-ClassJavadoc CLDeviceBinding * @author Michael Bien
+ClassJavadoc CLDeviceBinding * @author Michael Bien, GlueGen, et al.
ClassJavadoc CLDeviceBinding */
JavaClass CLDeviceBinding
diff --git a/resources/cl-event-if.cfg b/resources/cl-event-if.cfg
index 73a9c772..87b55bfd 100644
--- a/resources/cl-event-if.cfg
+++ b/resources/cl-event-if.cfg
@@ -6,7 +6,7 @@ import com.jogamp.opencl.llb.impl.CLEventCallback
ClassJavadoc CLEventBinding /**
ClassJavadoc CLEventBinding * Java bindings to OpenCL events.
-ClassJavadoc CLEventBinding * @author Michael Bien
+ClassJavadoc CLEventBinding * @author Michael Bien, GlueGen, et al.
ClassJavadoc CLEventBinding */
JavaClass CLEventBinding
@@ -14,4 +14,4 @@ IgnoreNot .*CreateUserEvent.*|.*GetEventInfo.*|.*GetEventProfilingInfo.*|.*SetUs
CustomJavaCode CLEventBinding
CustomJavaCode CLEventBinding /** Interface to C language function: <br> <code> int32_t {@native clSetEventCallback}(cl_event event, cl_int command_exec_callback_type, void (CL_CALLBACK *pfn_event_notify) (cl_event event, cl_int event_command_exec_status, void *user_data), void *user_data); </code> */
-CustomJavaCode CLEventBinding public int clSetEventCallback(long event, int type, CLEventCallback cb); \ No newline at end of file
+CustomJavaCode CLEventBinding public int clSetEventCallback(long event, int type, CLEventCallback cb);
diff --git a/resources/cl-if.cfg b/resources/cl-if.cfg
index 94c9677e..d97b3a73 100644
--- a/resources/cl-if.cfg
+++ b/resources/cl-if.cfg
@@ -4,7 +4,7 @@ Style InterfaceOnly
ClassJavadoc CL /**
ClassJavadoc CL * Java bindings to OpenCL, the Open Computing Language.
-ClassJavadoc CL * @author Michael Bien
+ClassJavadoc CL * @author Michael Bien, GlueGen, et al.
ClassJavadoc CL */
JavaClass CL
diff --git a/resources/cl-image-if.cfg b/resources/cl-image-if.cfg
index 7d62834b..611d1bf2 100644
--- a/resources/cl-image-if.cfg
+++ b/resources/cl-image-if.cfg
@@ -6,7 +6,7 @@ Import com.jogamp.opencl.llb.impl.CLImageFormatImpl
ClassJavadoc CLImageBinding /**
ClassJavadoc CLImageBinding * Java bindings to OpenCL images.
-ClassJavadoc CLImageBinding * @author Michael Bien
+ClassJavadoc CLImageBinding * @author Michael Bien, GlueGen, et al.
ClassJavadoc CLImageBinding */
JavaClass CLImageBinding
diff --git a/resources/cl-impl.cfg b/resources/cl-impl.cfg
index 1f9240a2..32a3099d 100644
--- a/resources/cl-impl.cfg
+++ b/resources/cl-impl.cfg
@@ -8,7 +8,7 @@ Import com.jogamp.opencl.llb.gl.CLGL
ClassJavadoc CLAbstractImpl /**
ClassJavadoc CLAbstractImpl * Java bindings to OpenCL, the Open Computing Language (generated).
-ClassJavadoc CLAbstractImpl * @author Michael Bien
+ClassJavadoc CLAbstractImpl * @author Michael Bien, GlueGen, et al.
ClassJavadoc CLAbstractImpl */
ImplJavaClass CLAbstractImpl
diff --git a/resources/cl-kernel-if.cfg b/resources/cl-kernel-if.cfg
index 732ab858..be9d6aa2 100644
--- a/resources/cl-kernel-if.cfg
+++ b/resources/cl-kernel-if.cfg
@@ -4,7 +4,7 @@ Style InterfaceOnly
ClassJavadoc CLKernelBinding /**
ClassJavadoc CLKernelBinding * Java bindings to OpenCL kernels.
-ClassJavadoc CLKernelBinding * @author Michael Bien
+ClassJavadoc CLKernelBinding * @author Michael Bien, GlueGen, et al.
ClassJavadoc CLKernelBinding */
JavaClass CLKernelBinding
diff --git a/resources/cl-mem-if.cfg b/resources/cl-mem-if.cfg
index aae750e2..11c51d19 100644
--- a/resources/cl-mem-if.cfg
+++ b/resources/cl-mem-if.cfg
@@ -6,7 +6,7 @@ import com.jogamp.opencl.llb.impl.CLMemObjectDestructorCallback
ClassJavadoc CLMemObjBinding /**
ClassJavadoc CLMemObjBinding * Java bindings to OpenCL memory objects.
-ClassJavadoc CLMemObjBinding * @author Michael Bien
+ClassJavadoc CLMemObjBinding * @author Michael Bien, GlueGen, et al.
ClassJavadoc CLMemObjBinding */
JavaClass CLMemObjBinding
diff --git a/resources/cl-platform-if.cfg b/resources/cl-platform-if.cfg
index e66f5bda..1a355f34 100644
--- a/resources/cl-platform-if.cfg
+++ b/resources/cl-platform-if.cfg
@@ -4,7 +4,7 @@ Style InterfaceOnly
ClassJavadoc CLPlatformBinding /**
ClassJavadoc CLPlatformBinding * Java bindings to OpenCL platforms.
-ClassJavadoc CLPlatformBinding * @author Michael Bien
+ClassJavadoc CLPlatformBinding * @author Michael Bien, GlueGen, et al.
ClassJavadoc CLPlatformBinding */
JavaClass CLPlatformBinding
diff --git a/resources/cl-program-if.cfg b/resources/cl-program-if.cfg
index 251ade76..7b72272f 100644
--- a/resources/cl-program-if.cfg
+++ b/resources/cl-program-if.cfg
@@ -6,7 +6,7 @@ Import com.jogamp.opencl.llb.impl.BuildProgramCallback
ClassJavadoc CLProgramBinding /**
ClassJavadoc CLProgramBinding * Java bindings to OpenCL programs.
-ClassJavadoc CLProgramBinding * @author Michael Bien
+ClassJavadoc CLProgramBinding * @author Michael Bien, GlueGen, et al.
ClassJavadoc CLProgramBinding */
JavaClass CLProgramBinding
diff --git a/resources/cl-queue-if.cfg b/resources/cl-queue-if.cfg
index a8f6584d..171b9332 100644
--- a/resources/cl-queue-if.cfg
+++ b/resources/cl-queue-if.cfg
@@ -4,7 +4,7 @@ Style InterfaceOnly
ClassJavadoc CLCommandQueueBinding /**
ClassJavadoc CLCommandQueueBinding * Java bindings to OpenCL command queues.
-ClassJavadoc CLCommandQueueBinding * @author Michael Bien
+ClassJavadoc CLCommandQueueBinding * @author Michael Bien, GlueGen, et al.
ClassJavadoc CLCommandQueueBinding */
JavaClass CLCommandQueueBinding
diff --git a/resources/cl-sampler-if.cfg b/resources/cl-sampler-if.cfg
index f6382a59..5329b7f5 100644
--- a/resources/cl-sampler-if.cfg
+++ b/resources/cl-sampler-if.cfg
@@ -4,7 +4,7 @@ Style InterfaceOnly
ClassJavadoc CLSamplerBinding /**
ClassJavadoc CLSamplerBinding * Java bindings to OpenCL sampler objects.
-ClassJavadoc CLSamplerBinding * @author Michael Bien
+ClassJavadoc CLSamplerBinding * @author Michael Bien, GlueGen, et al.
ClassJavadoc CLSamplerBinding */
JavaClass CLSamplerBinding
diff --git a/resources/clgl-if.cfg b/resources/clgl-if.cfg
index 2f193c73..e21005d4 100644
--- a/resources/clgl-if.cfg
+++ b/resources/clgl-if.cfg
@@ -10,7 +10,7 @@ Style InterfaceOnly
ClassJavadoc CLGL /**
ClassJavadoc CLGL * Java bindings to OpenCL, the Open Computing Language.
ClassJavadoc CLGL * OpenGL - OpenCL interoperability.
-ClassJavadoc CLGL * @author Michael Bien
+ClassJavadoc CLGL * @author Michael Bien, GlueGen, et al.
ClassJavadoc CLGL */
JavaClass CLGL