Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
fix #7 remove generated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Taggart committed Apr 21, 2017
1 parent 19a82e2 commit 25da284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ fn bindgen() {
.enable_cxx_namespaces()
// .opaque_type(".*")
.whitelisted_type("octave_.*")
.generate_comments(false)
.generate()
.expect("Unable to generate bindings");

Expand Down

0 comments on commit 25da284

Please sign in to comment.