icerpc / slicec

The Slice compiler library
Apache License 2.0
13 stars 5 forks source link

Doc comments should require exactly 3 slashes #615

Closed externl closed 1 year ago

externl commented 1 year ago

Currently we treat any comment with 3 or more slashes as a doc comment. Like Rust, I think that it should be exactly 3.

https://doc.rust-lang.org/reference/comments.html#examples