Created
July 31, 2015 12:30
-
-
Save xeno-by/41ef87fd623425efcb9d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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