Class VariablesHtmlBuilder

Build the HTML page for all the variables

Source : file VariablesHtmlBuilder.js at line 37

Constructor

new VariablesHtmlBuilder ( )

The constructor

Source : file VariablesHtmlBuilder.js at line 50

Public methods

build ( variablesDocs )

Build the variables.html page

Source : file VariablesHtmlBuilder.js at line 94

Parameters

Name Type Description
variablesDocs Array of VariableDoc

The docs objects for all variables

Private properties

#html : String

The html with the varables documentation

Source : file VariablesHtmlBuilder.js at line 44

Private methods

#buildVariable ( variableDoc )

Build the html var a variable

Source : file VariablesHtmlBuilder.js at line 59

Parameters

Name Type Description
variableDoc VariableDoc

The doc object of the variable