17 lines
303 B
Scala
17 lines
303 B
Scala
|
|
/**
|
|||
|
|
* Copyright (C) 2009-2012 Typesafe Inc. <http://www.typesafe.com>
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
package docs.pattern
|
|||
|
|
|
|||
|
|
// this part will not appear in the docs
|
|||
|
|
|
|||
|
|
//#all-of-it
|
|||
|
|
class ScalaTemplate {
|
|||
|
|
println("Hello, Template!")
|
|||
|
|
//#uninteresting-stuff
|
|||
|
|
// don’t show this plumbimg
|
|||
|
|
//#uninteresting-stuff
|
|||
|
|
}
|
|||
|
|
//#all-of-it
|