Commit c2bc4f3
committed
Rename -Y{cook|drop}-comments to -Y{cook|drop}-docs
These operate on documentation strings, not comments.
A comment is never cooked and always droped
```scala
// comment
```
Documentation can be cooked and may be dropped if not needed
```scala
/** documentation */
```1 parent 4410752 commit c2bc4f3
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
181 | | - | |
| 180 | + | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
0 commit comments