summaryrefslogtreecommitdiffstats
path: root/resources/cl-event-if.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'resources/cl-event-if.cfg')
-rw-r--r--resources/cl-event-if.cfg4
1 files changed, 2 insertions, 2 deletions
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);