Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SimpleRegexParser ¶
type SimpleRegexParser struct {
// contains filtered or unexported fields
}
func NewSimpleGoDoccommentParser ¶
func NewSimpleGoDoccommentParser() SimpleRegexParser
NewSimpleGoDoccommentParser creates a similar Parser like NewSimpleGoParser, but only `///` comments will be used as documentation
func NewSimpleGoParser ¶
func NewSimpleGoParser() SimpleRegexParser
func NewSimpleSasParser ¶
func NewSimpleSasParser() SimpleRegexParser
func (*SimpleRegexParser) GenerateMd ¶
func (p *SimpleRegexParser) GenerateMd(source string) string
Click to show internal directories.
Click to hide internal directories.