You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
More generally, dottydoc does not check the @param name. Noticed when I @deprecatedName: I fixed the compilation error with the new name, but there was no doc warning or error. (It would be fine to support correlating a deprecated name.)
Compiler version
3.3
Minimized code
mutable.HashMap#getOrElseUpdate
renames parameterops
todefaultValue
, butinheritDoc
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.
The text was updated successfully, but these errors were encountered: