nwh
11/12/2019, 12:21 AM/**
* @copy Foo.bar()
*/
For methods that do almost identical things but take slightly different parameters. For different params, a @param
tag on the method would override whatever is present on the comment being copied fromMike
11/12/2019, 12:33 AMnwh
11/12/2019, 12:34 AM@copy
would also show up in IDEs, for example, so it feels lower in scopeMike
11/12/2019, 12:49 AM