aboutsummaryrefslogtreecommitdiff
path: root/src/devices/tech/dalvik/dalvik-bytecode.jd
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/tech/dalvik/dalvik-bytecode.jd')
-rw-r--r--src/devices/tech/dalvik/dalvik-bytecode.jd8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/tech/dalvik/dalvik-bytecode.jd b/src/devices/tech/dalvik/dalvik-bytecode.jd
index 78838500..959cfbd4 100644
--- a/src/devices/tech/dalvik/dalvik-bytecode.jd
+++ b/src/devices/tech/dalvik/dalvik-bytecode.jd
@@ -989,7 +989,7 @@ page.title=Bytecode for the Dalvik VM
</tbody>
</table>
-<h2><code>packed-switch-payload</code> Format</h2>
+<h2>packed-switch-payload Format</h2>
<table class="supplement">
<thead>
@@ -1028,7 +1028,7 @@ page.title=Bytecode for the Dalvik VM
<p><b>Note:</b> The total number of code units for an instance of this
table is <code>(size * 2) + 4</code>.</p>
-<h2><code>sparse-switch-payload</code> Format</h2>
+<h2>sparse-switch-payload Format</h2>
<table class="supplement">
<thead>
@@ -1068,7 +1068,7 @@ table is <code>(size * 2) + 4</code>.</p>
<p><b>Note:</b> The total number of code units for an instance of this
table is <code>(size * 4) + 2</code>.</p>
-<h2><code>fill-array-data-payload</code> Format</h2>
+<h2>fill-array-data-payload Format</h2>
<table class="supplement">
<thead>
@@ -1551,4 +1551,4 @@ round-to-nearest and gradual underflow, except where stated otherwise.</p>
</td>
</tr>
</tbody>
-</table> \ No newline at end of file
+</table>