Module parser

Module parser 

Source

Structs§

CommentLinkToken
Token representing a link to another item inside the documentation.
DocumentationCommentParser
Parses plain documentation comments into DocumentationCommentTokens.

Enums§

DocumentationCommentToken
Generic type for a comment token. It’s either a plain content or a link. Notice that the Content type of token can store much more than just one word.