]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #10642 : cmr/rust/strict_doccomment, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 27 Nov 2013 23:32:18 +0000 (15:32 -0800)
committerbors <bors@rust-lang.org>
Wed, 27 Nov 2013 23:32:18 +0000 (15:32 -0800)
Previously, `//// foo` and `/*** foo ***/` were accepted as doc comments. This
changes that, so that only `/// foo` and `/** foo ***/` are accepted. This
confuses many newcomers and it seems weird.

Also update the manual for these changes, and modernify the EBNF for comments.

Closes #10638


Trivial merge