We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
For example, rustdoc output for this code only shows a doc for A but not for x and y.
A
x
y
#[doc="A"] pub struct A { #[doc="x"] x: int, #[doc="y"] y: ~str }