Skip to content

Fix reference info about parent doc block comments - #31264

Merged
bors merged 1 commit into
rust-lang:masterfrom
est31:block_coment_parent
Jan 29, 2016
Merged

Fix reference info about parent doc block comments#31264
bors merged 1 commit into
rust-lang:masterfrom
est31:block_coment_parent

Conversation

@est31

Copy link
Copy Markdown
Member

Block comments don't have to be in the format /*! ... !*/
in order to be read as doc comments about the parent block.
The format /*! ... */ is enough.

Block comments don't have to be in the format `/*! ... !*/`
in order to be read as doc comments about the parent block.
The format `/*! ... */` is enough.
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@est31

Copy link
Copy Markdown
MemberAuthor

I can't provide a playbot reference here, as playbot doesn't cover docs.

@alexcrichton

Copy link
Copy Markdown
Member

@bors: r+ 205f836 rollup

Thanks!

Manishearth added a commit to Manishearth/rust that referenced this pull request Jan 29, 2016
…ichton
Block comments don't have to be in the format `/*! ... !*/`
in order to be read as doc comments about the parent block.
The format `/*! ... */` is enough.
bors added a commit that referenced this pull request Jan 29, 2016
@bors
bors merged commit 205f836 into rust-lang:masterJan 29, 2016
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@est31@rust-highfive@alexcrichton@bors