diff options
author | Michael Bien <[email protected]> | 2009-09-20 00:15:23 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2009-09-20 00:15:23 +0200 |
commit | 8ba956a7df1b98ed2957a932debfce4c6d4cb848 (patch) | |
tree | 91cd00d20986dbec3031cda022d1f6ca4ea6e93d /resources/cl-impl.cfg | |
parent | 8a876cce10aa358ff041a95e5a7a173dc6be3e52 (diff) |
enabled javadoc generator
Diffstat (limited to 'resources/cl-impl.cfg')
-rw-r--r-- | resources/cl-impl.cfg | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/resources/cl-impl.cfg b/resources/cl-impl.cfg new file mode 100644 index 00000000..5cf23c88 --- /dev/null +++ b/resources/cl-impl.cfg @@ -0,0 +1,23 @@ +Include cl-common.cfg + +Package com.mbien.opencl + +Style InterfaceAndImpl + +#imports for all generated java files +Import com.mbien.opencl.* +#Import java.nio.* + +ClassJavadoc CL /** +ClassJavadoc CL * Java bindings to OpenCL, the Open Computing Language. +ClassJavadoc CL * @autor Michael Bien +ClassJavadoc CL */ +JavaClass CL + +ImplJavaClass CLImpl +Implements CLImpl CLGLI + +#append to generated c files +CustomCCode #include <cl.h> +CustomCCode #include <gl3.h> +CustomCCode #include <inttypes.h>
\ No newline at end of file |