Module implementing the builtin API generator.
None |
APIGenerator | Class implementing the builtin documentation generator. |
None |
Class implementing the builtin documentation generator.
None |
None |
APIGenerator | Constructor |
__addClassVariablesAPI | Private method to generate class api section for class variables. |
__addClassesAPI | Private method to generate the api section for classes. |
__addFunctionsAPI | Private method to generate the api section for functions. |
__addGlobalsAPI | Private method to generate the api section for global variables. |
__addMethodsAPI | Private method to generate the api section for class methods. |
__isPrivate | Private method to check, if an object is considered private. |
genAPI | Method to generate the source code documentation. |
None |
Constructor
Private method to generate class api section for class variables.
Private method to generate the api section for classes.
Private method to generate the api section for functions.
Private method to generate the api section for global variables.
Private method to generate the api section for class methods.
Private method to check, if an object is considered private.
Method to generate the source code documentation.