diff options
author | 2017-01-26 04:34:57 +0000 | |
---|---|---|
committer | 2017-01-26 04:34:57 +0000 | |
commit | ab978c035eda5e6e42f3856d5edf132e76e45994 (patch) | |
tree | a4cd69b1c9f27e2a0d52f1e2f73ce604725483c8 /docs/html | |
parent | 8ac1bff7e23ac984568652e1c5e9ffc7dd47e341 (diff) | |
parent | 54de77470de4f605eef7f4b4e01718b301fe275e (diff) |
Fix @links in reference docs.
am: 54de77470d
Change-Id: Id38c30bad13d6b61ed504a06471b9f197b360f7b
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/about/versions/android-4.0.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/about/versions/android-4.0.jd b/docs/html/about/versions/android-4.0.jd index 48afcd48164f..421019c9b602 100644 --- a/docs/html/about/versions/android-4.0.jd +++ b/docs/html/about/versions/android-4.0.jd @@ -309,7 +309,7 @@ EffectContext.createWithCurrentGlContext()} from your OpenGL ES 2.0 context.</li android.media.effect.EffectContext#getFactory EffectContext.getFactory()}, which returns an instance of {@link android.media.effect.EffectFactory}.</li> <li>Call {@link android.media.effect.EffectFactory#createEffect createEffect()}, passing it an -effect name from @link android.media.effect.EffectFactory}, such as {@link +effect name from {@link android.media.effect.EffectFactory}, such as {@link android.media.effect.EffectFactory#EFFECT_FISHEYE} or {@link android.media.effect.EffectFactory#EFFECT_VIGNETTE}.</li> </ol> |