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

A module for creating a page for each file with hyperlinked source


Operations Summary:
 __init__(self, manager) [Source]
 filename(self)
since FileSource generates a whole file hierarchy, this method returns the current filename, which may change over the lifetime of this object [Source]
 title(self)
since FileSource generates a while file hierarchy, this method returns the current title, which may change over the lifetime of this object [Source]
 process(self, start)
Creates a page for every file [Source]
 register_filenames(self, start)
Registers a page for every source file [Source]
 process_node(self, file)
Creates a page for the given file [Source]