scala / bug

Scala 2 bug reports only. Please, no questions — proper bug reports only.
https://scala-lang.org
232 stars 21 forks source link

Scaladoc default group for a template #6512

Open scabug opened 11 years ago

scabug commented 11 years ago

We should have a way to say that all members in a trait have a certain group instead of manually tagging each. And we should be able to override the inherited members' groups in a single command:

/** @membersgroup Members 
 *  @inheritgroup InheritedMembers
 */
trait T extends ... with ... with ... {
  // many members here ...
}
scabug commented 11 years ago

Imported From: https://issues.scala-lang.org/browse/SI-6512?orig=1 Reporter: @VladUreche Affected Versions: 2.10.0