summaryrefslogtreecommitdiff
path: root/test/scaladoc/run/groups.check
diff options
context:
space:
mode:
authorVlad Ureche <vlad.ureche@gmail.com>2012-07-18 20:28:06 +0200
committerVlad Ureche <vlad.ureche@gmail.com>2012-07-19 15:05:04 +0200
commit0d367d4794e45ef021d9dfc7eeca186ba9fb632a (patch)
tree3ad6ff57c5a8291e86c5938b171785c6c8be3e46 /test/scaladoc/run/groups.check
parent0018f9b3649f14d16debc966e7da4e54a9a0a4c3 (diff)
downloadscala-0d367d4794e45ef021d9dfc7eeca186ba9fb632a.tar.gz
scala-0d367d4794e45ef021d9dfc7eeca186ba9fb632a.tar.bz2
scala-0d367d4794e45ef021d9dfc7eeca186ba9fb632a.zip
Scaladoc: Groups
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
Diffstat (limited to 'test/scaladoc/run/groups.check')
-rw-r--r--test/scaladoc/run/groups.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/scaladoc/run/groups.check b/test/scaladoc/run/groups.check
new file mode 100644
index 0000000000..619c56180b
--- /dev/null
+++ b/test/scaladoc/run/groups.check
@@ -0,0 +1 @@
+Done.