Skip to content

Instantly share code, notes, and snippets.

@xeno-by
Created July 31, 2015 12:30
Show Gist options
  • Save xeno-by/41ef87fd623425efcb9d to your computer and use it in GitHub Desktop.
Save xeno-by/41ef87fd623425efcb9d to your computer and use it in GitHub Desktop.
14:29 ~/Projects/scalahost/sandbox (master)$ cat Test.scala
package test
/** scaladoc for bar */
class Bar
/**
* Scaladoc for Foo class
*/
class Foo extends Bar {
def bar(a: Int) = a
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment