Build a ClassDoc object for a class
Name | Type | Description |
---|---|---|
classDeclarationNode | Object | An ast node of type classDeclarationNode |
fileName | String | The file name with the path since theConfig.srcDir |
A CommentsDocBuilder object
The file name ( with the path since theConfig.srcDir ) in witch the current class is declared
The path between the html file and theConfig.destDir ( something like '../../../', depending of the folders tree )
Build a MethodOrPropertyDoc object from an ast node
Name | Type | Description |
---|---|---|
methodOrPropertyNode | Object | An ast node of type ClassPrivateProperty, ClassProperty, ClassPrivateMethod or ClassMethod |