clean doc
This commit is contained in:
parent
b5ae8c5088
commit
df2a441148
13 changed files with 84 additions and 80 deletions
|
|
@ -4,7 +4,7 @@ use std::io::Write;
|
|||
// To derive Serializable
|
||||
use crate as androscalpel_serializer;
|
||||
|
||||
/// Encoded Annotation https://source.android.com/docs/core/runtime/dex-format#encoded-annotation
|
||||
/// <https://source.android.com/docs/core/runtime/dex-format#encoded-annotation>
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
pub struct EncodedAnnotation {
|
||||
/// Type of the annotation. This must be a class (not array or primitive) type.
|
||||
|
|
@ -20,7 +20,7 @@ impl EncodedAnnotation {
|
|||
}
|
||||
}
|
||||
|
||||
/// Annotation: https://source.android.com/docs/core/runtime/dex-format#annotation-element
|
||||
/// <https://source.android.com/docs/core/runtime/dex-format#annotation-element>
|
||||
#[derive(Serializable, Debug, Clone, PartialEq, Eq)]
|
||||
pub struct AnnotationElement {
|
||||
pub name_idx: Uleb128,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue