Skip to content

Commit

Permalink
Include CoreAPI documentation into the generate rust bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
rbran committed May 27, 2024
1 parent 7146494 commit fd8ea19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rust/binaryninjacore-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ fn main() {
.size_t_is_usize(true)
.generate_comments(false)
.derive_default(true)
.generate_comments(true)
.clang_arg("-fparse-all-comments")
.allowlist_function("BN.*")
.allowlist_var("BN_CURRENT_CORE_ABI_VERSION")
.allowlist_var("BN_MINIMUM_CORE_ABI_VERSION")
Expand Down

0 comments on commit fd8ea19

Please sign in to comment.