We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d5a2f commit 64d422cCopy full SHA for 64d422c
src/doc/reference.md
@@ -91,7 +91,7 @@ comments beginning with exactly one repeated asterisk in the block-open
91
sequence (`/**`), are interpreted as a special syntax for `doc`
92
[attributes](#attributes). That is, they are equivalent to writing
93
`#[doc="..."]` around the body of the comment (this includes the comment
94
-characters themselves, i.e. `/// Foo` turns into `#[doc="/// Foo"]`).
+characters themselves, i.e. `/// Foo` turns into `#[doc="Foo"]`).
95
96
Line comments beginning with `//!` and block comments beginning with `/*!` are
97
doc comments that apply to the parent of the comment, rather than the item
0 commit comments