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 crate as androscalpel_serializer;
|
|||
use crate::{ReadSeek, Result, Serializable, SerializableUntil, Sleb128, Uleb128, Uleb128p1};
|
||||
use std::io::Write;
|
||||
|
||||
/// https://source.android.com/docs/core/runtime/dex-format#debug-info-item
|
||||
/// <https://source.android.com/docs/core/runtime/dex-format#debug-info-item>
|
||||
#[derive(Debug, PartialEq, Eq, Clone)]
|
||||
pub struct DebugInfoItem {
|
||||
pub line_start: Uleb128,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue