Base class with properties needed to build the html files for classes/methods/properties/variables
The constructor. Seal the object, so it's not possible to add new properties to the object
The doc found in the comments of the class/method/property/variable
The file name in witch the class/method/property/variable is declared, including path since theConfig.destDir
The line at witch the class/method/property/variable is declared - found in ast
The path between the html file and theConfig.destDir ( something like '../../../', depending of the folders tree )