Skip to content

Instantly share code, notes, and snippets.

@bakkdoor
Created November 4, 2010 18:43
Show Gist options
  • Save bakkdoor/662935 to your computer and use it in GitHub Desktop.
Save bakkdoor/662935 to your computer and use it in GitHub Desktop.
def foo: arg1 bar: arg2 {
"""
@arg1 A argument description for `arg1`
@arg2 another description for `arg2`
@return Specify the return value
Some documentation text, possibly with more details.
"""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment