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/OpenCL.cfg | |
parent | 8a876cce10aa358ff041a95e5a7a173dc6be3e52 (diff) |
enabled javadoc generator
Diffstat (limited to 'resources/OpenCL.cfg')
-rw-r--r-- | resources/OpenCL.cfg | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/resources/OpenCL.cfg b/resources/OpenCL.cfg deleted file mode 100644 index 5cf23c88..00000000 --- a/resources/OpenCL.cfg +++ /dev/null @@ -1,23 +0,0 @@ -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 |