Module Synopsis.Formatters.HTML.Fragments.DeclarationFormatter

-Classes
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.