auto merge of #16583 : steveklabnik/rust/gh16569, r=pcwalton
Fixes #16569
This commit is contained in:
commit
3570095e34
1 changed files with 4 additions and 0 deletions
|
@ -169,6 +169,10 @@ sequence (`/**`), are interpreted as a special syntax for `doc`
|
|||
`#[doc="..."]` around the body of the comment (this includes the comment
|
||||
characters themselves, ie `/// Foo` turns into `#[doc="/// Foo"]`).
|
||||
|
||||
`//!` comments apply to the parent of the comment, rather than the item that
|
||||
follows. `//!` comments are usually used to display information on the crate
|
||||
index page.
|
||||
|
||||
Non-doc comments are interpreted as a form of whitespace.
|
||||
|
||||
## Whitespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue