summaryrefslogtreecommitdiff
path: root/scriptc/rs_object_types.rsh
diff options
context:
space:
mode:
authorJean-Luc Brouillet <jeanluc@google.com>2015-04-24 14:41:48 -0700
committerJean-Luc Brouillet <jeanluc@google.com>2015-04-24 16:27:09 -0700
commit2217eb7b12e598e5b435a732207647918c171560 (patch)
treec5fb5e279f839fdd1a7f2580e7e26ae136364568 /scriptc/rs_object_types.rsh
parent54950687ea8bdde7d1498690433b069924f58044 (diff)
downloadrs-2217eb7b12e598e5b435a732207647918c171560.tar.gz
Update documentation generator to work with the Documentation system.
Also added this flag to the generator: -H Now that we generate by default .jd files rather than .html files, you can use this flag to revert to generating .html files. This is useful when verifying doc changes locally. And modified the -v flag to specify the API level for all file generation rather than just the testing files. Change-Id: Ic9e35ad6779b9fbc6b23228dded2e2be864393ff
Diffstat (limited to 'scriptc/rs_object_types.rsh')
-rw-r--r--scriptc/rs_object_types.rsh15
1 files changed, 10 insertions, 5 deletions
diff --git a/scriptc/rs_object_types.rsh b/scriptc/rs_object_types.rsh
index 0fc5e4da..43c89db5 100644
--- a/scriptc/rs_object_types.rsh
+++ b/scriptc/rs_object_types.rsh
@@ -49,7 +49,8 @@ struct {\
* rs_element: Handle to an element
*
* Opaque handle to a RenderScript element.
- * See: android.renderscript.Element
+ *
+ * See android.renderscript.Element.
*/
typedef _RS_HANDLE rs_element;
@@ -57,7 +58,8 @@ typedef _RS_HANDLE rs_element;
* rs_type: Handle to a Type
*
* Opaque handle to a RenderScript type.
- * See: android.renderscript.Type
+ *
+ * See android.renderscript.Type.
*/
typedef _RS_HANDLE rs_type;
@@ -65,7 +67,8 @@ typedef _RS_HANDLE rs_type;
* rs_allocation: Handle to an allocation
*
* Opaque handle to a RenderScript allocation.
- * See: android.renderscript.Allocation
+ *
+ * See android.renderscript.Allocation.
*/
typedef _RS_HANDLE rs_allocation;
@@ -73,7 +76,8 @@ typedef _RS_HANDLE rs_allocation;
* rs_sampler: Handle to a Sampler
*
* Opaque handle to a RenderScript sampler object.
- * See: android.renderscript.Sampler
+ *
+ * See android.renderscript.Sampler.
*/
typedef _RS_HANDLE rs_sampler;
@@ -81,7 +85,8 @@ typedef _RS_HANDLE rs_sampler;
* rs_script: Handle to a Script
*
* Opaque handle to a RenderScript script object.
- * See: android.renderscript.ScriptC
+ *
+ * See android.renderscript.ScriptC.
*/
typedef _RS_HANDLE rs_script;