Modules | Files | Inheritance Tree | Inheritance Graph | Name Index | Config
module Synopsis::Formatter::HTML::XRefPages
class XRefPages
Files: Synopsis/Formatter/HTML/XRefPages.py
XRefPages-inheritance

A module for creating pages full of xref infos


Operations Summary:
 __init__(self, manager) [Source]
 get_toc(self, start)
Returns the toc for XRefPages [Source]
 filename(self)
Returns the current filename, which may change over the lifetime of this object [Source]
 title(self)
Returns the current title, which may change over the lifetime of this object [Source]
 process(self, start)
Creates a page for every bunch of xref infos [Source]
 register_filenames(self, start)
Registers each page [Source]
 process_link(self, file, line, scope)
Outputs the info for one link [Source]
 describe_decl(self, decl)
Returns a description of the declaration. [Source]
 process_name(self, name)
Outputs the info for a given name [Source]

Operation Details:
  describe_decl(self, decl)

Returns a description of the declaration. Detects constructors and destructors