The Kite documentation system.
System.doc.class_node
: Documentation node corresponding to a class.System.doc.constructor_node
: Document node corresponding to a constructor.System.doc.destructor_node
: Document node corresponding to a destructor.System.doc.doc_node
: Common interface for documentation nodes.System.doc.method_argument_node
: Document node corresponding to a method argument.System.doc.method_node
: Document node corresponding to a method.System.doc.operator_node
: Document node corresponding to an operator.System.doc.outputters
: Output methods for the Kite documentation system.System.doc.property_node
: Document node corresponding to a property.generate_constructor(class_name, method_obj)
: Generate documentation for a constructor.generate_destructor(class_name, method_obj)
: Generate documentation for a destructor.generate_doc(cls)
: Generate documentation objects for the given class.generate_doc_helper(cls, done_list)
: Helper method for generating documentation (not intended for public use)generate_method(method_name, method_obj)
: Generate documentation for a method.generate_method_arguments(method_doc, method_obj)
: Generate documentation for method arguments.generate_operator(op_name, op_method)
: Generate documentation for an operator.generate_property(cls, name)
: Generate documentation for a property.