Class VariableDoc

Base class with properties needed to build the html files for classes/methods/properties/variables

Source : file Docs.js at line 32

Constructor

new VariableDoc ( )

The constructor. Seal the object, so it's not possible to add new properties to the object

Source : file Docs.js at line 73

Public properties

commentsDoc : null or CommentsDoc

The doc found in the comments of the class/method/property/variable

Source : file Docs.js at line 67

file : null or String

The file name in witch the class/method/property/variable is declared, including path since theConfig.destDir

Source : file Docs.js at line 53

line : null or String

The line at witch the class/method/property/variable is declared - found in ast

Source : file Docs.js at line 60

name : null or String

The name found in ast

Source : file Docs.js at line 39

rootPath : null or String

The path between the html file and theConfig.destDir ( something like '../../../', depending of the folders tree )

Source : file Docs.js at line 46