diff options
author | Robert Ly <robertly@google.com> | 2012-01-18 13:24:42 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-01-18 13:24:42 -0800 |
commit | fda817416c1e211c6ade7eaad0e62e4ba4de4413 (patch) | |
tree | 9e8c8b1ddafc95b40da695996484687faffe56b2 /libs/rs/scriptc | |
parent | eda8bbd878cdceaa6e255a7baec4b58143f0d7c5 (diff) | |
parent | b41c96a374134c84558291fbb532fe490386a4ba (diff) | |
download | frameworks_base-fda817416c1e211c6ade7eaad0e62e4ba4de4413.zip frameworks_base-fda817416c1e211c6ade7eaad0e62e4ba4de4413.tar.gz frameworks_base-fda817416c1e211c6ade7eaad0e62e4ba4de4413.tar.bz2 |
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 '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 661d3e3..a2f69d9 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>. */ |