We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e299a6c commit 56010d2Copy full SHA for 56010d2
1 file changed
rust/src/binary_view.rs
@@ -1409,7 +1409,7 @@ pub trait BinaryViewExt: BinaryViewBase {
1409
}
1410
1411
1412
- // List of functions containing `addr`
+ /// List of functions containing `addr`
1413
fn functions_containing(&self, addr: u64) -> Array<Function> {
1414
unsafe {
1415
let mut count = 0;
@@ -1664,7 +1664,7 @@ pub trait BinaryViewExt: BinaryViewBase {
1664
1665
1666
1667
- // Get all tags of a specific type
+ /// Get all tag references of a specific type
1668
fn tags_by_type(&self, tag_type: &TagType) -> Array<TagReference> {
1669
1670
0 commit comments