-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rustdoc should pick up docs for tuple struct and enum fields #42615
Comments
This issue also applies to tuple variant fields: pub enum Bar {
BarVariant(
/// Hello docs
String
),
} |
QuietMisdreavus
added
T-dev-tools
Relevant to the dev-tools subteam, which will review and decide on the PR/issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
labels
Jun 12, 2017
Mark-Simulacrum
added
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
and removed
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
labels
Jun 12, 2017
It promises to be very interesting from a design point of view. We'll to think about how to render this nicely. |
jyn514
removed
the
T-dev-tools
Relevant to the dev-tools subteam, which will review and decide on the PR/issue.
label
Jul 25, 2021
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this issue
Jul 27, 2021
…oc, r=jyn514 Add support for tuple struct field documentation Fixes rust-lang#42615. This is rust-lang#80320 updated to new codebase and with added tests. Part of rust-lang#83255. cc `@camelid` (since you were involved on the original PR). r? `@jyn514`
JohnTitor
added a commit
to JohnTitor/rust
that referenced
this issue
Jul 28, 2021
…oc, r=jyn514 Add support for tuple struct field documentation Fixes rust-lang#42615. This is rust-lang#80320 updated to new codebase and with added tests. Part of rust-lang#83255. cc ``@camelid`` (since you were involved on the original PR). r? ``@jyn514``
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rustdoc should expose doc comments written on tuple fields:
Tagging @QuietMisdreavus @GuillaumeGomez based on conversation on IRC.
The text was updated successfully, but these errors were encountered: