diff options
author | Elliot Waite <elliotwaite@google.com> | 2017-01-26 04:49:33 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-01-26 04:49:33 +0000 |
commit | 0ce4b0e4c31a65864e0cda3c9d3fb6fe8a40f2ed (patch) | |
tree | 0312b321b8ac943de7d2a2613bfa95d3842c2812 /docs | |
parent | e3d08aebdcf2ab939b9f9e8c65105594db7dd720 (diff) | |
parent | 9b21265b2ce0f57796bffb241c008fff459d4b05 (diff) |
Fix @links in reference docs. am: 54de77470d am: ab978c035e am: 28ba4722a9
am: 9b21265b2c
Change-Id: If246ebdb36cf2832d5a6c42cbe752e290b6fb6e8
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> |