Module doccomment

Source
Expand description

Solidity parsed doc comments.

See also the Solidity documentation on natspec.

Structs§

DocCommentTag
A Solidity doc comment’s tag, value and respective offsets.

Enums§

DocComment
A Solidity parsed doc comment.

Functions§

parse_doccomments
From the start to end offset, filter all the doc comments out of the comments and parse them into tags with values.