aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/doc/pkg.go
AgeCommit message (Expand)Author
2015-07-10cmd/doc: submit to the punched card tyrannyRob Pike
2015-07-09cmd/doc: suppress symbols for commands when showing package docsRob Pike
2015-06-19cmd/doc: add testRob Pike
2015-06-04cmd/doc: do not show unexported constantsRob Pike
2015-05-18cmd/doc: put blank lines around comment for types, etc.Rob Pike
2015-05-15cmd/doc: fix buildMikio Hara
2015-05-14cmd/doc: trim unexported methods from interfacesRob Pike
2015-05-13cmd/doc: print BUGs after package docsRob Pike
2015-05-06cmd/doc: add type-bound vars to global vars listRob Pike
2015-05-06cmd/doc: if no top-level symbols match, look for methodsRob Pike
2015-04-29cmd/go: better UI for go docRob Pike
2015-04-28cmd/doc: print documentation for all matches in a package, not just the firstRob Pike
2015-04-27cmd/go,cmd/doc: add "go doc"Rob Pike