diff options
author | Robert Ly <robertly@google.com> | 2012-01-13 10:18:19 -0800 |
---|---|---|
committer | Robert Ly <robertly@google.com> | 2012-01-13 10:18:43 -0800 |
commit | 2eeb53c1555128bdc810c5457d82b447e53cf926 (patch) | |
tree | f206745f2310516e979a9c7bac2c0d9deb003a6a /libs/rs/scriptc | |
parent | 62472581c30a3202b7bbd86e644b4346d5a4e65c (diff) | |
download | frameworks_base-2eeb53c1555128bdc810c5457d82b447e53cf926.zip frameworks_base-2eeb53c1555128bdc810c5457d82b447e53cf926.tar.gz frameworks_base-2eeb53c1555128bdc810c5457d82b447e53cf926.tar.bz2 |
update overview page for rs api docs to open iframe links in parent
Change-Id: Ic0aa77192fa19b045a7fd9df5926255511fdc3be
Diffstat (limited to 'libs/rs/scriptc')
-rw-r--r-- | libs/rs/scriptc/rs_allocation.rsh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/rs/scriptc/rs_allocation.rsh b/libs/rs/scriptc/rs_allocation.rsh index 1cb3a99..9ec03bf 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>. */ |