There's no documentation for this item.
| Public Methods |
| for |
Generators may need to return specific subclasses depending on the options
they are passed. Because of this we create them using a factory
|
| generate |
Build the initial indices and output objects based on an array of TopLevel
objects containing the extracted information.
|
| generate_class_info |
|
| generate_method_info |
|
| new |
Set up a new HTML generator. Basically all we do here is load up the
correct output temlate
|
| process_class |
|
| Private Methods |
| markup |
|
| method_list |
return a list of class and instance methods that we’ll be documenting
|
| params_of |
|
| update_or_replace |
By default we replace existing classes with the same name. If the
—merge option was given, we instead merge this definition into an
existing class. We add our methods, aliases, etc to that class, but do not
change the class’s description.
|
<code/>and<pre/>for code samples.