summaryrefslogtreecommitdiffstats
path: root/resources/cl-common.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'resources/cl-common.cfg')
-rw-r--r--resources/cl-common.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/resources/cl-common.cfg b/resources/cl-common.cfg
index ba3fcbe4..828cecf1 100644
--- a/resources/cl-common.cfg
+++ b/resources/cl-common.cfg
@@ -26,3 +26,15 @@ Ignore CL_LONG_MAX
Ignore CL_LONG_MIN
Ignore CL_ULONG_MAX
+#common rename emitted struct accessors
+#struct cl_image_format
+RenameJavaType cl_image_format CLImageFormat
+#struct fields ([set|get]+FieldName())
+RenameJavaMethod image_channel_order imageChannelOrder
+RenameJavaMethod image_channel_data_type imageChannelDataType
+
+ClassJavadoc CLImageFormat /**
+ClassJavadoc CLImageFormat * Struct accessor for cl_image_format.
+ClassJavadoc CLImageFormat * @author Michael Bien
+ClassJavadoc CLImageFormat */
+