module Synopsis.Formatters.HTML.Fragments.HeadingFormatter
class HeadingFormatter
HeadingFormatter-inheritance
Formats the top of a view - it is passed only the Declaration that the view is for (a Module or Class).
Methods Summary:
  register(self, formatter)
references
source code
  format_name(self, qname)
references
source code
Formats a qualified name such that each name component becomes a link to the respective scope.
  format_name_in_module(self, qname)
references
source code
Formats a reference to each parent scope, starting at the first non-module scope.
  format_module_of_name(self, qname)
references
source code
Formats a reference to each parent scope and this one.
  format_module(self, module)
references
source code
Formats the module by linking to each parent scope in the name.
  format_meta_module(self, module)
references
source code
Calls format_module.
  format_class(self, class_)
references
source code
Formats the class by linking to each parent scope in the name.
  format_class_template(self, class_)
references
source code
Formats the class template by linking to each parent scope in the name.
  format_forward(self, forward)
references
source code
Formats the forward declaration if it is a template declaration.
  format_parameter(self, parameter)
references
source code
Methods Details:
  format_name(self, qname)
references
source code
Formats a qualified name such that each name component becomes a link to the respective scope.
  format_name_in_module(self, qname)
references
source code
Formats a reference to each parent scope, starting at the first non-module scope.
  format_module_of_name(self, qname)
references
source code
Formats a reference to each parent scope and this one.
  format_module(self, module)
references
source code
Formats the module by linking to each parent scope in the name.
  format_meta_module(self, module)
references
source code
Calls format_module.
  format_class(self, class_)
references
source code
Formats the class by linking to each parent scope in the name.
  format_class_template(self, class_)
references
source code
Formats the class template by linking to each parent scope in the name.
  format_forward(self, forward)
references
source code
Formats the forward declaration if it is a template declaration.
  format_parameter(self, parameter)
references
source code
Returns one string for the given parameter