diff options
author | Matej Laitl <matej@laitl.cz> | 2020-04-22 19:02:22 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2020-04-23 01:41:22 +0200 |
commit | 88077f9d2a25aa6a9b222762a2de15e1d1459250 (patch) | |
tree | 4fe01c4320dd7b95021c88915cb5224e67f0b853 | |
parent | f568d095774bd5642fe8404e13268e43bd47327a (diff) |
Generator docs: use rich text link instead of plain url in text
-rw-r--r-- | src/lib.rs | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |