Skip to content

Commit 84c7020

Browse files
ldm0emilio
authored andcommitted
Remove outdated comments
1 parent 650732c commit 84c7020

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/lib.rs

+2-7
Original file line numberDiff line numberDiff line change
@@ -642,12 +642,7 @@ impl Builder {
642642
}
643643

644644
/// 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.
651646
///
652647
/// Note that clang by default excludes comments from system headers, pass
653648
/// `-fretain-comments-from-system-headers` as
@@ -1775,7 +1770,7 @@ struct BindgenOptions {
17751770
conservative_inline_namespaces: bool,
17761771

17771772
/// Whether to keep documentation comments in the generated output. See the
1778-
/// documentation for more details.
1773+
/// documentation for more details. Defaults to true.
17791774
generate_comments: bool,
17801775

17811776
/// Whether to generate inline functions. Defaults to false.

0 commit comments

Comments
 (0)