Skip to content

Instantly share code, notes, and snippets.

@Macagare
Created January 8, 2013 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Macagare/4484890 to your computer and use it in GitHub Desktop.
Save Macagare/4484890 to your computer and use it in GitHub Desktop.
JS: class documentation
/**
* @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