Created
January 8, 2013 15:55
-
-
Save Macagare/4484890 to your computer and use it in GitHub Desktop.
JS: class documentation
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
/** | |
* @class Acme.TYPO3.Foo.ClassWithConstructor | |
* | |
* This class has a constructor! | |
* | |
* @namespace Acme.TYPO3.Foo | |
* @extends TYPO3.TYPO3.Core.SomeOtherClass | |
* | |
* @constructor | |
* @param {String} id The ID which to use | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment