aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClay Murphy <claym@google.com>2013-07-22 10:50:02 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-07-22 10:50:02 -0700
commitab6709fb39fd151aaf179c47f0d8c3a14d0cb1de (patch)
tree8eaad138dc4509d86981aa69f5b65dd6adecb3df
parentd0c2dffe61e591eb268e7e4090474eb37bdb27ee (diff)
parent50dd305fa84e7fea998b06129915da8ab6928c85 (diff)
downloadsource.android.com-ab6709fb39fd151aaf179c47f0d8c3a14d0cb1de.tar.gz
am 50dd305f: Merge "docs: Adding IDs to headers for autoTOC linking. Bug: 9481466" into jb-mr2-dev
* commit '50dd305fa84e7fea998b06129915da8ab6928c85': docs: Adding IDs to headers for autoTOC linking. Bug: 9481466
-rw-r--r--src/devices/audio.jd6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/audio.jd b/src/devices/audio.jd
index 50be277b..657ec09f 100644
--- a/src/devices/audio.jd
+++ b/src/devices/audio.jd
@@ -249,7 +249,7 @@ PRODUCT_PACKAGES += \
</li>
</ol>
-<h2>Audio preprocessing effects</h2>
+<h2 id="preprocessing">Audio preprocessing effects</h2>
<p>
The Android platform supports audio effects on supported devices in the
<a href="http://developer.android.com/reference/android/media/audiofx/package-summary.html">audiofx</a>
@@ -309,7 +309,7 @@ pre_processing {
}
</pre>
-<h3>Source tuning</h3>
+<h3 id="tuning">Source tuning</h3>
<p>For <code>AudioSource</code> tuning, there are no explicit requirements on audio gain or audio processing
with the exception of voice recognition (<code>VOICE_RECOGNITION</code>).</p>
@@ -341,7 +341,7 @@ with the exception of voice recognition (<code>VOICE_RECOGNITION</code>).</p>
</li>
</ul>
-<h3>More information</h3>
+<h3 id="more">More information</h3>
<p>For more information, see:</p>
<ul>
<li>Android documentation for <a href="http://developer.android.com/reference/android/media/audiofx/package-summary.html">audiofx