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 | b01630426dec1729fcc6139ce813cea3a1b623a6 (patch) | |
tree | 43cdf1b7231353bcc8ffc545a871b8a34f603875 /src | |
parent | 88077f9d2a25aa6a9b222762a2de15e1d1459250 (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.rs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |