phpdoc

package
v0.0.0-...-365fb26 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ParamTag

type ParamTag struct {
	Type    string
	VarName string
}

func (*ParamTag) Name

func (t *ParamTag) Name() string

func (*ParamTag) Value

func (t *ParamTag) Value() string

type ReturnTag

type ReturnTag struct {
	Type string
}

func (*ReturnTag) Name

func (t *ReturnTag) Name() string

func (*ReturnTag) Value

func (t *ReturnTag) Value() string

type Tag

type Tag interface {
	Name() string
	Value() string
}

type VarTag

type VarTag struct {
	Type    string
	VarName string
}

func (*VarTag) Name

func (t *VarTag) Name() string

func (*VarTag) Value

func (t *VarTag) Value() string

Jump to

Keyboard shortcuts

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