summaryrefslogtreecommitdiff
path: root/scriptc
diff options
context:
space:
mode:
authorRobert Ly <robertly@google.com>2012-01-18 13:24:42 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-01-18 13:24:42 -0800
commitb8c628062bdea0470ab233ba3beaf569ff0ce4ff (patch)
tree82aeab7ea85a4b618ca5b9447ace17fb45434350 /scriptc
parent2b5797f50f99b0b7f81b9923b0bee96d13ffd19d (diff)
parentaca431c709ae2cf2be61954b78239e39ec875411 (diff)
downloadrs-b8c628062bdea0470ab233ba3beaf569ff0ce4ff.tar.gz
am b41c96a3: am 43fda84e: am 6ad9ea7d: Merge "update overview page for rs api docs to open iframe links in parent" into ics-mr1
* commit 'b41c96a374134c84558291fbb532fe490386a4ba': update overview page for rs api docs to open iframe links in parent
Diffstat (limited to 'scriptc')
-rw-r--r--scriptc/rs_allocation.rsh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scriptc/rs_allocation.rsh b/scriptc/rs_allocation.rsh
index 661d3e35..a2f69d99 100644
--- a/scriptc/rs_allocation.rsh
+++ b/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>.
*/