Class TypeDescription

A class with properties to document params, type and returns

Source : file Docs.js at line 165

Constructor

new TypeDescription ( )

The constructor

Source : file Docs.js at line 192

Public properties

desc : null or String

The description of the param or return

Source : file Docs.js at line 186

name : String

The name of the param

Source : file Docs.js at line 172

type : null or String

The type of the param or return

Source : file Docs.js at line 179