summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatej Laitl <matej@laitl.cz>2020-04-22 19:02:22 +0200
committerEmilio Cobos Álvarez <emilio@crisal.io>2020-04-23 01:41:22 +0200
commitb01630426dec1729fcc6139ce813cea3a1b623a6 (patch)
tree43cdf1b7231353bcc8ffc545a871b8a34f603875 /src
parent88077f9d2a25aa6a9b222762a2de15e1d1459250 (diff)
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.
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs4
1 files 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