Skip to content

topmark.processors.builtins package index

topmark / processors / builtins

Builtin header processors.

These are subclassed from HeaderProcessor and implemeent specific functionality not implmented in the base header processor class.

Immediate children in this package

topmark.processors.builtins.cblock
Header processor for C-like block comments: / ... / with per-line *.
topmark.processors.builtins.markdown
Processor for files with HTML/XML-style block comments ().
topmark.processors.builtins.pound
Header processor for pound-prefixed comment formats.
topmark.processors.builtins.slash
Header processor for C-style comment formats.
topmark.processors.builtins.xml
Processor for files with HTML/XML-style block comments ().