module Synopsis.Formatters.DocBook.Syntax
class CxxSummarySyntax
CxxSummarySyntax-inheritance Scopes/Synopsis/Formatters/DocBook/Syntax/CxxSyntax.html Scopes/Synopsis/Formatters/DocBook/Syntax/Syntax.html
Generate DocBook Synopsis for C++ declarations.
Methods Summary:
  __init__(self, output)
references
source code
  finish(self)
references
source code
  visit_macro(self, macro)
references
source code
  visit_forward(self, node)
references
source code
  visit_group(self, node)
references
source code
  visit_module(self, module)
references
source code
  visit_class(self, class_)
references
source code
  visit_class_template(self, class_)
references
source code
  visit_enumerator(self, node)
references
source code
  visit_enum(self, node)
references
source code
  visit_inheritance(self, node)
references
source code
Methods Inherited from CxxSyntax
visit_function, visit_parameter, visit_typedef, visit_variable, visit_const, visit_builtin_type_id, visit_unknown_type_id, visit_declared_type_id, visit_modifier_type_id, visit_array_type_id, visit_template_id, visit_parametrized_type_id, visit_function_type_id, visit_dependent_type_id
Attributes Inherited from Syntax
output
Methods Inherited from Syntax
typeid