diff options
author | Scott Main <smain@google.com> | 2012-08-07 13:59:12 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2012-08-07 13:59:12 -0700 |
commit | b111b5785eccda4d0193a52b09fc9f5f7da2eff2 (patch) | |
tree | db40c7bc992e66c32f186fe83e34045598d239ec /docs/html | |
parent | ea8375617e0d9099dc156a12989277d320eab1ca (diff) | |
download | frameworks_base-b111b5785eccda4d0193a52b09fc9f5f7da2eff2.zip frameworks_base-b111b5785eccda4d0193a52b09fc9f5f7da2eff2.tar.gz frameworks_base-b111b5785eccda4d0193a52b09fc9f5f7da2eff2.tar.bz2 |
docs: fix hdef variable
Change-Id: I737258d454f426506e529e3d48fefb1397b9e8d3
Diffstat (limited to 'docs/html')
-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 b6758bc..4c22e72 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> |