pekko/akka-docs/rst/scala/code/docs/pattern/ScalaTemplate.scala

17 lines
303 B
Scala
Raw Normal View History

2012-05-27 14:18:35 +02:00
/**
2013-01-09 01:47:48 +01:00
* Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com>
2012-05-27 14:18:35 +02:00
*/
package docs.pattern
// this part will not appear in the docs
//#all-of-it
class ScalaTemplate {
println("Hello, Template!")
//#uninteresting-stuff
// dont show this plumbimg
//#uninteresting-stuff
}
//#all-of-it