From b01630426dec1729fcc6139ce813cea3a1b623a6 Mon Sep 17 00:00:00 2001 From: Matej Laitl Date: Wed, 22 Apr 2020 19:02:22 +0200 Subject: Generator docs: mention the word docstring(s) for discoverability That was what I was searching for initially, make life of future me (and others, hopefully) easier. --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index f81da347..399d2cf1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -712,8 +712,8 @@ impl Builder { self } - /// Whether the generated bindings should contain documentation comments or - /// not. + /// Whether the generated bindings should contain documentation comments + /// (docstrings) or not. /// /// 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 -- cgit v1.2.3