diff options
author | Elliot Waite <elliotwaite@google.com> | 2017-01-26 04:44:54 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-01-26 04:44:54 +0000 |
commit | 9b21265b2ce0f57796bffb241c008fff459d4b05 (patch) | |
tree | 482772e30f52d984b41e3bddd68c5614c3c5449a /docs | |
parent | 0946c26b39d66e89fb83d1d51e7c68d7fb3e8f16 (diff) | |
parent | 28ba4722a9e77ce98de454ed2ac862e44f496632 (diff) |
Fix @links in reference docs. am: 54de77470d am: ab978c035e
am: 28ba4722a9
Change-Id: I98177a8cf0a20677e140406bb7371474ca259e5b
Diffstat (limited to 'docs')
-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> |