Skip to content

Instantly share code, notes, and snippets.

@konstantindenerz
Created February 17, 2014 10:43
Show Gist options
  • Save konstantindenerz/9048406 to your computer and use it in GitHub Desktop.
Save konstantindenerz/9048406 to your computer and use it in GitHub Desktop.
###
This is a block comment that can be used to provide extended documentation...
It's not supported by docco [issue #72](https://github.com/jashkenas/docco/pull/72)
* *foo* Foo is the first parameter
* *bar* Bar is the second parameter
* Returns foo
###
doSomething = (foo, bar)->
return foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment