Open
Description
Compiler version
3.3
Minimized code
mutable.HashMap#getOrElseUpdate
renames parameter ops
to defaultValue
, but inheritDoc
does not warn or adjust.
Output
Dottydoc improves on Scaladoc 2, which simply omits the spurious param
.
Expectation
It would be nice to get a warning (I didn't actually check whether Dottydoc warns) or fix up the name @param
name. (References in the doc text would require edits.)
Scaladoc 2 also does not cope.