summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib.rs5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib.rs b/src/lib.rs
index df5b1292..f81da347 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -717,9 +717,8 @@ impl Builder {
///
/// This ideally will always be true, but it may need to be false until we
/// implement some processing on comments to work around issues as described
- /// in:
- ///
- /// https://github.com/rust-lang/rust-bindgen/issues/426
+ /// in [rust-bindgen issue
+ /// #426](https://github.com/rust-lang/rust-bindgen/issues/426).
pub fn generate_comments(mut self, doit: bool) -> Self {
self.options.generate_comments = doit;
self