Documentation node corresponding to a class.
make System.doc.class_node(name, inherits)
: Construct new class node.name
: Full name of classinherits
: Inherited class nameinherits
: Name of inherited classoutput(formatter)
: Outputs documentation for the given class.formatter
: The System.doc.outputters object to use.