module Synopsis.Processors.Comments.Translator
class Translator
Translator-inheritance
A Translator translates comments into documentation.
Class attributes Summary:
source code
source code
source code
source code
source code
Methods Summary:
  process(self, ir, * * kwds)
references
source code
  visit_declaration(self, decl)
references
source code
Map comments to a doc string.
Methods Details:
  visit_declaration(self, decl)
references
source code
Map comments to a doc string.