diff options
author | Scott Main <smain@google.com> | 2012-08-07 14:01:34 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-08-07 14:01:34 -0700 |
commit | 0d3a127742b56a9aae9c9c018b7042f49902db8a (patch) | |
tree | abc91d4c296dd3756d4ceebcfa3fd988448f082c | |
parent | 40eee61e25fb887f5267686f8a0a7c5bd9f95769 (diff) | |
parent | b111b5785eccda4d0193a52b09fc9f5f7da2eff2 (diff) |
Merge "docs: fix hdef variable" into jb-dev
-rw-r--r-- | docs/html/guide/topics/renderscript/index.jd | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/html/guide/topics/renderscript/index.jd b/docs/html/guide/topics/renderscript/index.jd index b6758bc832f9..4c22e72252f9 100644 --- a/docs/html/guide/topics/renderscript/index.jd +++ b/docs/html/guide/topics/renderscript/index.jd @@ -1,8 +1,10 @@ page.title=Computation +page.landing=true +page.landing.intro=Renderscript provides a platform-independent computation engine that operates at the native level. Use it to accelerate your apps that require extensive computational horsepower. +page.landing.image= + @jd:body -<p>Renderscript provides a platform-independent computation engine that operates at the native level. - Use it to accelerate your apps that require extensive computational horsepower.</p> <div class="landing-docs"> <div> |