]> git.lizzy.rs Git - rust.git/commit
Fix reference info about parent doc block comments
authorest31 <MTest31@outlook.com>
Thu, 28 Jan 2016 17:39:39 +0000 (18:39 +0100)
committerest31 <MTest31@outlook.com>
Thu, 28 Jan 2016 17:39:39 +0000 (18:39 +0100)
commit205f836ab8b8fb67558ccfe611f9afac5a147825
tree72f22c4efd1981acf3ed283195a79b7783d060d7
parent077f4eeb8485e5a1437f6e27973a907ac772b616
Fix reference info about parent doc block comments

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.
src/doc/reference.md