summaryrefslogtreecommitdiff
path: root/test/scaladoc/run/groups.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-6495 Scaladoc will pick up group from ownerVlad Ureche2012-10-111-43/+51
|
* Scaladoc: GroupsVlad Ureche2012-07-191-0/+119
Group class members based on their semantic relationship. To do this: - @group on members, only need to do it for the non-overridden members - -groups flag passes to scaladoc, groups="on" in ant - @groupdesc Group Group Description to add descriptions - @groupname Group New name for group - @groupprio Group <int> (lower is better) See test/scaladoc/run/groups.scala for a top-to-bottom example