Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommentConfig ¶ added in v0.6.0
type Finder ¶
type Finder struct { // CommentConfig maps the filetype (e.g. ".go") to the matching CommentConfig. CommentConfig map[string]CommentConfig // contains filtered or unexported fields }
Finder implements the TagFinder interface in a language-generic way. It takes into account block comments (e.g. /* .... */) and line comments (e.g. // ...). You can pass alternative comment indicators to support other languages.
Click to show internal directories.
Click to hide internal directories.