t/src/jsxdoc/hello.jsx
Module Description
class MyClass
Class Description
var instanceVariable : string
Instance Variable
static var classVariable : string
Class Variable
new MyClass()
Constructor
static function staticMethod(args : Array.<string>)
: void
Static Method
function instanceMethod(args : Array.<number>)
: void
Instance Method