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 rustdoc comment syntax #32

Merged
merged 1 commit into from Apr 27, 2015
Merged

Fix rustdoc comment syntax #32

merged 1 commit into from Apr 27, 2015

Conversation

@mohtar
Copy link
Contributor

mohtar commented Apr 27, 2015

The correct syntax for module level documentation is //!, not ///!. This will make the doc text appear on the crate documentation's first page.

I also moved the comment block to the top of the file so that rustdoc won't throw "expected outer comment" error.

I also moved the comment block to the top of the file so that rustdoc won't throw "expected outer comment" error
TyOverby added a commit that referenced this pull request Apr 27, 2015
Fix rustdoc comment syntax
@TyOverby TyOverby merged commit 8b8f93a into servo:master Apr 27, 2015
1 check passed
1 check passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@TyOverby
Copy link
Collaborator

TyOverby commented Apr 27, 2015

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.