Formats the top of a page - it is passed only the Declaration that the page is for (a Module or Class).
| Operations Summary: | |
| formatName(self, scoped_name) Formats a reference to each parent scope [Source] | |
| formatNameInNamespace(self, scoped_name) Formats a reference to each parent scope, starting at the first non-module scope [Source] | |
| formatNamespaceOfName(self, scoped_name) Formats a reference to each parent scope and this one [Source] | |
| formatModule(self, module) Formats the module by linking to each parent scope in the name [Source] | |
| formatMetaModule(self, module) Calls formatModule [Source] | |
| formatClass(self, clas) Formats the class by linking to each parent scope in the name [Source] | |
| formatParameter(self, parameter) Returns one string for the given parameter [Source] | |
| Operations Inherited from Strategy | |
| __init__, formatModifiers, formatDeclaration, formatForward, formatGroup, formatScope, formatTypedef, formatEnum, formatVariable, formatConst, formatFunction, formatOperation | |