Trees | Indices | Help |
|
---|
Generates documentation for an XML-RPC server.
This class is designed as mix-in and should not be constructed directly.
generate_html_documentation() => html documentation for the server
Generates HTML documentation for the server using introspection for installed functions and instances that do not implement the _dispatch method. Alternatively, instances can choose to implement the _get_method_argstring(method_name) method to provide the argument string used in the documentation and the _methodHelp(method_name) method to provide the help text used in the documentation.
Trees | Indices | Help |
|
---|