summaryrefslogblamecommitdiff
path: root/test/scaladoc/resources/Trac4409.scala
blob: f93d3e238ee882754222e23ba7c48c83b662f8f4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                            
/**
 * @define xxx
 *
 * The value of xxx don't contain since tag.
 *
 * @since 1.0
 */

class Trac4409 {
  /**
   * $xxx
   */
  def foo = 123
}