File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -642,12 +642,7 @@ impl Builder {
642
642
}
643
643
644
644
/// Whether the generated bindings should contain documentation comments
645
- /// (docstrings) or not.
646
- ///
647
- /// This ideally will always be true, but it may need to be false until we
648
- /// implement some processing on comments to work around issues as described
649
- /// in [rust-bindgen issue
650
- /// #426](https://github.com/rust-lang/rust-bindgen/issues/426).
645
+ /// (docstrings) or not. This is set to true by default.
651
646
///
652
647
/// Note that clang by default excludes comments from system headers, pass
653
648
/// `-fretain-comments-from-system-headers` as
@@ -1775,7 +1770,7 @@ struct BindgenOptions {
1775
1770
conservative_inline_namespaces : bool ,
1776
1771
1777
1772
/// Whether to keep documentation comments in the generated output. See the
1778
- /// documentation for more details.
1773
+ /// documentation for more details. Defaults to true.
1779
1774
generate_comments : bool ,
1780
1775
1781
1776
/// Whether to generate inline functions. Defaults to false.
You can’t perform that action at this time.
0 commit comments