summaryrefslogtreecommitdiff
path: root/test/scaladoc/resources/Trac4420.scala
blob: d8e207876bdc7059f0f5e850acd1ac4ef07ae21e (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 its 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