OSDN Git Service

Fix field names for annotation_directory_item in documentation (dex-format.html)
authorBen Gruver <jesusfreke@jesusfreke.com>
Thu, 4 Jun 2009 02:28:35 +0000 (21:28 -0500)
committerBen Gruver <jesusfreke@jesusfreke.com>
Thu, 4 Jun 2009 02:28:35 +0000 (21:28 -0500)
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

docs/dex-format.html

index 88a7fb0..bc69dd0 100644 (file)
@@ -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>