summaryrefslogtreecommitdiff
path: root/test/scaladoc/resources/Trac4420.scala
blob: dbe053f3da3bcf9509ceb5a7209408475c572169 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import java.io.File

/**
 * @define PP This class is an instance of XXX so it's members are not called directly.
 * Instead these classes are instantiated via a driver's ''process''. See YYY for more details. */
abstract class test

/**
 * TestA class
 *
 * this is a description.
 *
 * $PP */
class TestA extends test