docile

package module
v0.0.0-...-6ea2f1f Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2014 License: GPL-2.0 Imports: 10 Imported by: 0

README

docile

Runs and parses godoc and builds a datastructure from the results.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Add

func Add(pack, key, doc string)

func Generate

func Generate(pack string, dst string) (err error)

func Get

func Get(pack, key string) (result string, found bool)

Types

type DocObj

type DocObj struct {
	Pack    string
	Name    string
	Comment string
}

type TmplObj

type TmplObj struct {
	Package string
	Docs    []DocObj
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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