Home > gortfm

gortfm

Gortfm is a project mainly written in GO and JAVASCRIPT, it's free.

Documentation generator for the Go programming language

gortfm - Documentation generator for the Go programming language

Installation: cd gortfm make install

Simplest usage: cd gortfm $(gortfm-util gofiles) cd html

.html More complex: cd gortfm-util genrule >> Makefile make html cd html .html I hope it works for you.. Wasn't tested a lot, but it was able to generate successfully documentation for the whole Go standard library. Btw, you can do it yourself: gortfm-util stdlib $GOROOT my_go_documentation ... cd my_go_documentation index.html ... :-D -------------------------------------------------------------- Go library documentation: http://nsf.github.com/go