parsing

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 1, 2017 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Parser

type Parser interface {
	GenerateMd(source string) string
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL