summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorElliot Waite <elliotwaite@google.com>2017-01-26 04:39:57 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-01-26 04:39:57 +0000
commit28ba4722a9e77ce98de454ed2ac862e44f496632 (patch)
treee1076bdad7d328e800841a3c13244dbc6974601d /docs
parente667f7795f74ea129c82297dae7bd3fd4275e13a (diff)
parentab978c035eda5e6e42f3856d5edf132e76e45994 (diff)
Fix @links in reference docs. am: 54de77470d
am: ab978c035e Change-Id: If0d0613362e0ea95cf48eaf9a16d3eea48b589ea
Diffstat (limited to 'docs')
-rw-r--r--docs/html/about/versions/android-4.0.jd2
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>