Class TypeDescription

A class with properties to document params, type and returns

Source : file TypeDescription.js at line 32

Constructor

new TypeDescription ( )

The constructor

Source : file TypeDescription.js at line 59

Public properties

desc : null or String

The description of the param or return

Source : file TypeDescription.js at line 53

name : String

The name of the param

Source : file TypeDescription.js at line 39

type : null or String

The type of the param or return

Source : file TypeDescription.js at line 46