Docs: Add figure captions to images
Bug: 18334770
Change-Id: I4ed95bb638b6502129d59c099de9a0cd8b16ccb4
diff --git a/src/devices/media.jd b/src/devices/media.jd
index 69ba702..de6901a 100644
--- a/src/devices/media.jd
+++ b/src/devices/media.jd
@@ -2,7 +2,7 @@
@jd:body
<!--
- Copyright 2013 The Android Open Source Project
+ Copyright 2014 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -36,8 +36,9 @@
Overview
</h2>
<p>The following diagram shows how media applications interact with the Android native multimedia framework.</p>
-<p>
- <img src="images/media.png">
+ <img src="images/media.png" alt="Android media architecture" id="figure1" />
+<p class="img-caption">
+ <strong>Figure 1.</strong> Media architecture
</p>
<dl>
<dt>Application Framework</dt>