Documentation
¶
Overview ¶
Package token handles tokenization of the raw API documentation lines.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser interface { // Parse the raw extracted blocks into tokens Parse(b extract.Block) ([]Token, error) }
Parser of the tokens
type Token ¶
Token produced by the tokenization process.
Meta is a collection of all found and expected token meta properties defined by token dictionary.
Source Files
¶
- dic.go
- parser.go
Click to show internal directories.
Click to hide internal directories.