Skip to content

Instantly share code, notes, and snippets.

@bhstahl
Created December 26, 2013 13:23
Show Gist options
  • Save bhstahl/8133795 to your computer and use it in GitHub Desktop.
Save bhstahl/8133795 to your computer and use it in GitHub Desktop.
JS Documentation Template Snippet
<snippet>
<content><![CDATA[
/**
* Some Description.
*
* @param {String} param1 Some Text on Param 1.
* @param {String} param2 Some Text on Param 2.
* @return {String} return Some Text on the Return.
*/
]]></content>
<scope>source.js</scope>
<tabTrigger>jsdoc</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment