Link to member types from cl_image_desc In particular, link to the enum `cl_mem_object_type`. This fixes GitHub issue #16. Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
diff --git a/sdk/1.2/docs/man/cl_image_desc.xml b/sdk/1.2/docs/man/cl_image_desc.xml index 3d90869..b3a2ca4 100644 --- a/sdk/1.2/docs/man/cl_image_desc.xml +++ b/sdk/1.2/docs/man/cl_image_desc.xml
@@ -41,7 +41,7 @@ <!-- ALTERNATIVE SYNTAX SYNOPSIS (NON-FUNCTION) --> - <refsect2 id="synopsis"> + <refsect2 xmlns:xlink="http://www.w3.org/1999/xlink" id="synopsis"> <title> </title> @@ -51,16 +51,16 @@ <tbody> <row> <entry>typedef struct _cl_image_desc { - cl_mem_object_type image_type; - size_t image_width; - size_t image_height; - size_t image_depth; - size_t image_array_size; - size_t image_row_pitch; - size_t image_slice_pitch; - cl_uint num_mip_levels; - cl_uint num_samples; - cl_mem buffer; + <link xlink:href="enums.html#cl_mem_object_type">cl_mem_object_type</link> image_type; + <link xlink:href="scalarDataTypes.html">size_t</link> image_width; + <link xlink:href="scalarDataTypes.html">size_t</link> image_height; + <link xlink:href="scalarDataTypes.html">size_t</link> image_depth; + <link xlink:href="scalarDataTypes.html">size_t</link> image_array_size; + <link xlink:href="scalarDataTypes.html">size_t</link> image_row_pitch; + <link xlink:href="scalarDataTypes.html">size_t</link> image_slice_pitch; + <link xlink:href="scalarDataTypes.html">cl_uint</link> num_mip_levels; + <link xlink:href="scalarDataTypes.html">cl_uint</link> num_samples; + <link xlink:href="abstractDataTypes.html">cl_mem</link> buffer; } cl_image_desc;</entry> </row> </tbody>
diff --git a/sdk/2.0/docs/man/cl_image_desc.xml b/sdk/2.0/docs/man/cl_image_desc.xml index 4bd212e..0dcccac 100644 --- a/sdk/2.0/docs/man/cl_image_desc.xml +++ b/sdk/2.0/docs/man/cl_image_desc.xml
@@ -41,7 +41,7 @@ <!-- ALTERNATIVE SYNTAX SYNOPSIS (NON-FUNCTION) --> - <refsect2 id="synopsis"> + <refsect2 xmlns:xlink="http://www.w3.org/1999/xlink" id="synopsis"> <title> </title> @@ -51,16 +51,16 @@ <tbody> <row> <entry>typedef struct _cl_image_desc { - cl_mem_object_type image_type; - size_t image_width; - size_t image_height; - size_t image_depth; - size_t image_array_size; - size_t image_row_pitch; - size_t image_slice_pitch; - cl_uint num_mip_levels; - cl_uint num_samples; - cl_mem mem_object; + <link xlink:href="enums.html#cl_mem_object_type">cl_mem_object_type</link> image_type; + <link xlink:href="scalarDataTypes.html">size_t</link> image_width; + <link xlink:href="scalarDataTypes.html">size_t</link> image_height; + <link xlink:href="scalarDataTypes.html">size_t</link> image_depth; + <link xlink:href="scalarDataTypes.html">size_t</link> image_array_size; + <link xlink:href="scalarDataTypes.html">size_t</link> image_row_pitch; + <link xlink:href="scalarDataTypes.html">size_t</link> image_slice_pitch; + <link xlink:href="scalarDataTypes.html">cl_uint</link> num_mip_levels; + <link xlink:href="scalarDataTypes.html">cl_uint</link> num_samples; + <link xlink:href="abstractDataTypes.html">cl_mem</link> buffer; } cl_image_desc;</entry> </row> </tbody>
diff --git a/sdk/2.1/docs/man/cl_image_desc.xml b/sdk/2.1/docs/man/cl_image_desc.xml index 4bd212e..0dcccac 100644 --- a/sdk/2.1/docs/man/cl_image_desc.xml +++ b/sdk/2.1/docs/man/cl_image_desc.xml
@@ -41,7 +41,7 @@ <!-- ALTERNATIVE SYNTAX SYNOPSIS (NON-FUNCTION) --> - <refsect2 id="synopsis"> + <refsect2 xmlns:xlink="http://www.w3.org/1999/xlink" id="synopsis"> <title> </title> @@ -51,16 +51,16 @@ <tbody> <row> <entry>typedef struct _cl_image_desc { - cl_mem_object_type image_type; - size_t image_width; - size_t image_height; - size_t image_depth; - size_t image_array_size; - size_t image_row_pitch; - size_t image_slice_pitch; - cl_uint num_mip_levels; - cl_uint num_samples; - cl_mem mem_object; + <link xlink:href="enums.html#cl_mem_object_type">cl_mem_object_type</link> image_type; + <link xlink:href="scalarDataTypes.html">size_t</link> image_width; + <link xlink:href="scalarDataTypes.html">size_t</link> image_height; + <link xlink:href="scalarDataTypes.html">size_t</link> image_depth; + <link xlink:href="scalarDataTypes.html">size_t</link> image_array_size; + <link xlink:href="scalarDataTypes.html">size_t</link> image_row_pitch; + <link xlink:href="scalarDataTypes.html">size_t</link> image_slice_pitch; + <link xlink:href="scalarDataTypes.html">cl_uint</link> num_mip_levels; + <link xlink:href="scalarDataTypes.html">cl_uint</link> num_samples; + <link xlink:href="abstractDataTypes.html">cl_mem</link> buffer; } cl_image_desc;</entry> </row> </tbody>