summaryrefslogtreecommitdiff
path: root/libs/rs
diff options
context:
space:
mode:
author Robert Ly <robertly@google.com> 2012-01-18 13:17:51 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2012-01-18 13:17:51 -0800
commit6ad9ea7deb669eca68c58f001c935255c3294cfe (patch)
tree2b5003c3105d288c03af008c4df39077dbd21f0d /libs/rs
parentdd41d360eac45ceae92963ed3f100f1c39dd5db2 (diff)
parent2eeb53c1555128bdc810c5457d82b447e53cf926 (diff)
Merge "update overview page for rs api docs to open iframe links in parent" into ics-mr1
Diffstat (limited to 'libs/rs')
-rw-r--r--libs/rs/scriptc/rs_allocation.rsh6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/rs/scriptc/rs_allocation.rsh b/libs/rs/scriptc/rs_allocation.rsh
index 1cb3a99a7f89..9ec03bf840ca 100644
--- a/libs/rs/scriptc/rs_allocation.rsh
+++ b/libs/rs/scriptc/rs_allocation.rsh
@@ -28,13 +28,13 @@
*
* To use Renderscript, you need to utilize the Renderscript runtime APIs documented here
* as well as the Android framework APIs for Renderscript.
- * For documentation on the Android framework APIs, see the <a href=
+ * For documentation on the Android framework APIs, see the <a target="_parent" href=
* "http://developer.android.com/reference/android/renderscript/package-summary.html">
* android.renderscript</a> package reference.
* For more information on how to develop with Renderscript and how the runtime and
- * Android framework APIs interact, see the <a href=
+ * Android framework APIs interact, see the <a target="_parent" href=
* "http://developer.android.com/guide/topics/renderscript/index.html">Renderscript
- * developer guide</a> and the <a href=
+ * developer guide</a> and the <a target="_parent" href=
* "http://developer.android.com/resources/samples/RenderScript/index.html">
* Renderscript samples</a>.
*/