Skip to content

Commit 6ad9ea7

Browse files
Robert LyAndroid (Google) Code Review
authored andcommitted
Merge "update overview page for rs api docs to open iframe links in parent" into ics-mr1
2 parents dd41d36 + 2eeb53c commit 6ad9ea7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libs/rs/scriptc/rs_allocation.rsh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
*
2929
* To use Renderscript, you need to utilize the Renderscript runtime APIs documented here
3030
* as well as the Android framework APIs for Renderscript.
31-
* For documentation on the Android framework APIs, see the <a href=
31+
* For documentation on the Android framework APIs, see the <a target="_parent" href=
3232
* "http://developer.android.com/reference/android/renderscript/package-summary.html">
3333
* android.renderscript</a> package reference.
3434
* For more information on how to develop with Renderscript and how the runtime and
35-
* Android framework APIs interact, see the <a href=
35+
* Android framework APIs interact, see the <a target="_parent" href=
3636
* "http://developer.android.com/guide/topics/renderscript/index.html">Renderscript
37-
* developer guide</a> and the <a href=
37+
* developer guide</a> and the <a target="_parent" href=
3838
* "http://developer.android.com/resources/samples/RenderScript/index.html">
3939
* Renderscript samples</a>.
4040
*/

0 commit comments

Comments
 (0)