genjavadoc icon indicating copy to clipboard operation
genjavadoc copied to clipboard

`@inheritdoc` (Scala) and `@inheritDoc` (Java) is not converted correctly

Open TimSoethout opened this issue 10 years ago • 0 comments

/**
   * @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)?

TimSoethout avatar Aug 10 '15 14:08 TimSoethout