class GlobalCtor

This is a global constructor.

Instance Methods

deprecatedMethod()code »

deprecated

Method description here.

Deprecated: This is a deprecated method.

Returns
string

A string.


deprecatedMethod2()code »

deprecated

Deprecated: Annotation is only detail on method.


instanceMethod()code »

This is a function defined inside the constructor.


protoMethod(x, y)code »

This is function defined on the prototype.

Parameters
x string

description.

y ?

description only.

Static Functions

GlobalCtor.dateCtor()code »

This is just an alias for an extern and should be documented as such.


GlobalCtor.staticFunc()code »

A static function.

Returns

Return statement; no type.

Static Properties

GlobalCtor.staticProp string

A static property.

Types

GlobalCtor.Other

This is a nested constructor and should be documented as a nested type.