genjavadoc
genjavadoc copied to clipboard
`@inheritdoc` (Scala) and `@inheritDoc` (Java) is not converted correctly
/**
* @inheritdoc
*/
def eval(service: String): Name = {
...
}
results in on build by javadoc
warning - @inheritdoc is an unknown tag -- same as a known tag except for case
Could it be a solution if converting @inheritdoc (Scala) to @inheritDoc (Java)?