module Synopsis.Formatters.TOC
class TOC.Entry
Struct for an entry in the table of contents. Vars: link, lang, type (all strings) Also: name (scoped)
Attributes Summary:
source code
source code
source code
source code
Methods Summary:
  __init__(self, name, link, lang, type)
references
source code