package Synopsis.Formatters.DocBook.DocBook
class DetailFormatter
DetailFormatter-inheritance Scopes/Synopsis/Formatters/DocBook/DocBook/FormatterBase.html
Class attributes Summary:
source code
Methods Summary:
  visit_builtin_type_id(self, type)
references
source code
  visit_unknown_type_id(self, type)
references
source code
  visit_declared_type_id(self, type)
references
source code
  visit_modifier_type_id(self, type)
references
source code
references
source code
  visit_function_type_id(self, type)
references
source code
  process_doc(self, decl)
references
source code
  visit_declaration(self, declaration)
references
source code
  generate_module_list(self, modules)
references
source code
  format_module_or_group(self, module, title, sort)
references
source code
  visit_module(self, module)
references
source code
  visit_group(self, group)
references
source code
  visit_class(self, class_)
references
source code
  visit_inheritance(self, inheritance)
references
source code
  visit_parameter(self, parameter)
references
source code
  visit_enum(self, enum)
references
source code
Attributes Inherited from FormatterBase
processor, output, base_dir, nested_modules, secondary_index, inheritance_graphs, graph_color, __scope, __scopestack, __indent, __elements
Methods Inherited from FormatterBase
__init__, scope, push_scope, pop_scope, write, start_element, end_element, write_element, element