Modules | Files | Inheritance Tree | Inheritance Graph | Name Index | Config
module Synopsis::Formatter::HTML::FormatStrategy
class Default
Files: Synopsis/Formatter/HTML/FormatStrategy.py
Default-inheritance Scopes/Synopsis/Formatter/HTML/FormatStrategy/DetailCommenter.html Scopes/Synopsis/Formatter/HTML/FormatStrategy/XRefLinker.html Scopes/Synopsis/Formatter/HTML/FormatStrategy/SourceLinker.html Scopes/Synopsis/Formatter/HTML/FormatStrategy/Inheritance.html Scopes/Synopsis/Formatter/HTML/FormatStrategy/SummaryCommenter.html Scopes/Synopsis/Formatter/HTML/FormatStrategy/Strategy.html

A base AST strategy that calls formatDeclaration for all types


Operations Summary:
 formatForward(self, decl) [Source]
 formatGroup(self, decl) [Source]
 formatScope(self, decl) [Source]
 formatModule(self, decl) [Source]
 formatMetaModule(self, decl) [Source]
 formatClass(self, decl) [Source]
 formatTypedef(self, decl) [Source]
 formatEnum(self, decl) [Source]
 formatVariable(self, decl) [Source]
 formatConst(self, decl) [Source]
 formatFunction(self, decl) [Source]
 formatOperation(self, decl) [Source]

Operations Inherited from Strategy
__init__, formatModifiers, formatDeclaration