Registered processors (generated)¶
Supported Header Processors¶
TopMark version 1.0.1 supports the following registered header processors (shown as canonical qualified identifiers):
Legend¶
- Qualified Key: Canonical processor identifier used in machine-readable output.
- Local Key / Namespace: Canonical identity components.
- Bound: Whether the processor currently participates in at least one effective binding.
- Line / Block Prefix/Suffix: Comment delimiters emitted by this processor.
| Qualified Key | Local Key | Namespace | Bound | Line Indent | Line Prefix | Line Suffix | Block Prefix | Block Suffix | Description |
|---|---|---|---|---|---|---|---|---|---|
topmark:cblock |
cblock |
topmark |
yes | * | /* | */ | Header processor for C-like block comments: / ... / with per-line *. | ||
topmark:markdown |
markdown |
topmark |
yes | <!-- | --> | Header processor for Markdown formats (HTML comment-based, line-oriented). | |||
topmark:pound |
pound |
topmark |
yes | # | Header processor for pound-prefixed (#) line comment formats. |
||||
topmark:slash |
slash |
topmark |
yes | // | Header processor for files that accept C-style line comments (//). |
||||
topmark:xml |
xml |
topmark |
yes | <!-- | --> | Header processor for files with HTML/XML-style block comments (). |
Generated with TopMark v1.0.1