Module Synopsis.Formatters.TOC

Classes Summary:
class Linker
references
source code
Abstract class for linking declarations.
class TOC
references
source code
Maintains a dictionary of all declarations which can be looked up to create cross references.
Classes Details:
class Linker
references
source code
Abstract class for linking declarations. This class has only one method, link(decl), which returns the link for the given declaration. This is dependant on the type of formatter used, and so a Linker derivative must be passed to the TOC upon creation.
class TOC
references
source code
Maintains a dictionary of all declarations which can be looked up to create cross references. Names are fully scoped.