diff options
author | Michael Bien <[email protected]> | 2009-11-22 23:06:41 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2009-11-22 23:06:41 +0100 |
commit | bee7d042a78b76afee1789bd48ab3e67c9a3fe8d (patch) | |
tree | a7578f07588acaa26da1fb4acad71fa8d9961687 /resources/cl-common.cfg | |
parent | a23d5e45b8112ffc7ba02bc564ace6ed6c0414b9 (diff) |
generated javadoc links now to the official OpenCL doc (http://www.khronos.org/opencl/sdk/1.0/docs/man/xhtml/).
every generated method contains now a link to the specific OpenCL man page of the native OpenCL function.
Diffstat (limited to 'resources/cl-common.cfg')
-rw-r--r-- | resources/cl-common.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/cl-common.cfg b/resources/cl-common.cfg index 828cecf1..72f78fb9 100644 --- a/resources/cl-common.cfg +++ b/resources/cl-common.cfg @@ -38,3 +38,5 @@ ClassJavadoc CLImageFormat * Struct accessor for cl_image_format. ClassJavadoc CLImageFormat * @author Michael Bien ClassJavadoc CLImageFormat */ +# Pick up on-line OpenCL doc and link it with the javadoc +TagNativeBinding true
\ No newline at end of file |