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 | Public method to generate the API information. |
genBases | Public method to generate the base classes information. |
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.
Public method to generate the API information.
Public method to generate the base classes information.