Skip to content
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

Fix reference info about parent doc block comments #31264

Merged
merged 1 commit into from
Jan 29, 2016

Conversation

est31
Copy link
Member

@est31 est31 commented Jan 28, 2016

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
Collaborator

r? @alexcrichton

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

@est31
Copy link
Member Author

est31 commented Jan 28, 2016

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

@alexcrichton
Copy link
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:master Jan 29, 2016
Sign up for free to 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