yard

package
v0.0.0-...-9ffb814 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DocString

type DocString struct {
	Text string        `json:"text,omitempty"`
	Tags []interface{} `json:"tags,omitempty"`
}

DocString blah

func CreateDocString

func CreateDocString(content string) *DocString

CreateDocString Creates a DocString struct from a string

func (*DocString) Parse

func (d *DocString) Parse(content string)

Parse stuff

type ParamTag

type ParamTag struct {
	TagName string   `json:"tag_name"`
	Name    string   `json:"name,omitempty"`
	Text    string   `json:"text,omitempty"`
	Types   []string `json:"types,omitempty"`
}

ParamTag blah

func NewParamTag

func NewParamTag(content string) *ParamTag

NewParamTag blah

type Registry

type Registry struct {
	All []interface{}
}

Registry blah

func NewRegistry

func NewRegistry() *Registry

NewRegistry Creates a new empty registry

Directories

Path Synopsis
https://github.com/goruby/goruby/blob/43c93d4f2611780d923d8616b9aed61bd013384b/parser/interface.go#L61 https://github.com/goruby/goruby/blob/43c93d4f2611780d923d8616b9aed61bd013384b/object/kernel.go#L186
https://github.com/goruby/goruby/blob/43c93d4f2611780d923d8616b9aed61bd013384b/parser/interface.go#L61 https://github.com/goruby/goruby/blob/43c93d4f2611780d923d8616b9aed61bd013384b/object/kernel.go#L186

Jump to

Keyboard shortcuts

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