diff options
author | Sven Gothel <[email protected]> | 2011-06-28 23:20:16 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-06-28 23:20:16 +0200 |
commit | 1f3e8116ed3b18e1fbcf4382c3c5e40c825603ba (patch) | |
tree | 14fae863844edc21b034a3a0426efb014cb59236 /resources/cl-event-if.cfg | |
parent | 20a94528161909e12fdcbd06cf5affe89a37efb9 (diff) |
Fix copyright/author tagsedge
Diffstat (limited to 'resources/cl-event-if.cfg')
-rw-r--r-- | resources/cl-event-if.cfg | 4 |
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); |