Module Synopsis.Formatters.HTML.Fragments.DeclarationFormatter

Classes Summary:
references
source code
Base class for SummaryFormatter and DetailFormatter.
references
source code
Derives from BaseStrategy to provide summary-specific methods.
references
source code
Provide detail-specific Declaration formatting.
Classes Details:
references
source code
Base class for SummaryFormatter and DetailFormatter. The two classes SummaryFormatter and DetailFormatter are actually very similar in operation, and so most of their methods are defined here. Both of them print out the definition of the declarations, including type, parameters, etc. Some things such as exception specifications are only printed out in the detailed version.
references
source code
Derives from BaseStrategy to provide summary-specific methods. Currently the only one is format_exceptions
references
source code
Provide detail-specific Declaration formatting.