Skip to content

Commit 2eeb53c

Browse files
author
Robert Ly
committed
update overview page for rs api docs to open iframe links in parent
Change-Id: Ic0aa77192fa19b045a7fd9df5926255511fdc3be
1 parent 6247258 commit 2eeb53c

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)