summaryrefslogtreecommitdiffstats
path: root/docs/dex-format.html
diff options
context:
space:
mode:
authorBen Gruver <jesusfreke@jesusfreke.com>2009-06-03 21:28:35 -0500
committerBen Gruver <jesusfreke@jesusfreke.com>2009-06-03 21:28:35 -0500
commit45313ebb0346fae63b49ff757685132d61c19e93 (patch)
treefe51a37e2aa1b595ebfffe09bbe79fb5102022c1 /docs/dex-format.html
parentca807d6e5d828787e06588af109941cfbbbffef7 (diff)
downloadandroid_dalvik-45313ebb0346fae63b49ff757685132d61c19e93.tar.gz
android_dalvik-45313ebb0346fae63b49ff757685132d61c19e93.tar.bz2
android_dalvik-45313ebb0346fae63b49ff757685132d61c19e93.zip
Fix field names for annotation_directory_item in documentation (dex-format.html)
The names of the annotated_methods_off and annotated_parameters_off fields aren't consistent with their purpose. _size is consistent with how "count of" type fields are named elsewhere in the file
Diffstat (limited to 'docs/dex-format.html')
-rw-r--r--docs/dex-format.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dex-format.html b/docs/dex-format.html
index 88a7fb0c5..bc69dd099 100644
--- a/docs/dex-format.html
+++ b/docs/dex-format.html
@@ -2499,12 +2499,12 @@ address += (adjusted_opcode / DBG_LINE_RANGE)
<td>count of fields annotated by this item</td>
</tr>
<tr>
- <td>annotated_methods_off</td>
+ <td>annotated_methods_size</td>
<td>uint</td>
<td>count of methods annotated by this item</td>
</tr>
<tr>
- <td>annotated_parameters_off</td>
+ <td>annotated_parameters_size</td>
<td>uint</td>
<td>count of method parameter lists annotated by this item</td>
</tr>