/golit

literate-programming-style documentation for Go source

Primary LanguageGoOtherNOASSERTION

golit

golit generates literate-programming-style HTML documentation from a Go source file. It produces HTML with comments alongside your code.

See the golit-generated docs for more information.

Installation

golit requires markdow and pygmentize binaries on the path.

$ go get github.com/mmcgrana/golit

Usage

$ golit input.go title > output.html

Hacking

$ cd golit
$ vi ...
$ go get
$ golit ...

Update Docs

$ ./doc