Created
December 26, 2013 13:23
-
-
Save bhstahl/8133795 to your computer and use it in GitHub Desktop.
JS Documentation Template Snippet
This file contains hidden or 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
<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