summaryrefslogtreecommitdiff
path: root/src/cmd/doc/pkg.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/doc: print Go syntax when printing struct.field docsBrad Fitzpatrick2017-07-061-15/+21
* cmd/doc: implement "go doc struct.field"Rob Pike2017-03-221-1/+56
* cmd/doc: truncate long lists of argumentsJoe Tsai2017-02-241-5/+18
* [dev.typealias] cmd/doc: update for type aliasRuss Cox2017-01-251-1/+5
* cmd/doc: show documentation for interface methods when requested explicitlyRob Pike2016-10-251-5/+42
* cmd/doc: ensure summaries truly are only one lineJoe Tsai2016-10-051-62/+175
* cmd/doc: perform type grouping for constants and variablesJoe Tsai2016-09-301-17/+68
* cmd/doc: ensure functions with unexported return values are shownJoe Tsai2016-08-021-1/+3
* cmd/doc: handle embedded interfaces properlyJoe Tsai2016-08-021-4/+20
* cmd/doc: group constructors with type in package presentationRob Pike2016-04-211-7/+27
* all: delete dead non-test codeDominik Honnef2016-03-251-11/+9
* cmd/doc: handle embedded fields properlyRob Pike2016-02-221-1/+19
* cmd/doc: fix strange indentation artifacts with unexported fieldsJoe Tsai2015-11-171-1/+8
* cmd/doc: fix pretty printing of pathsRob Pike2015-09-291-6/+24
* cmd/doc: rearrange the newlines to group betterRob Pike2015-09-281-3/+5
* cmd/doc: don't stop after first package if the symbol is not foundRob Pike2015-09-241-6/+34
* cmd/doc: don't drop const/var block if first entry is unexportedRob Pike2015-09-211-12/+1
* cmd/doc: slice/map literals janitoringDidier Spezia2015-09-111-5/+1
* cmd/doc: submit to the punched card tyrannyRob Pike2015-07-101-2/+8
* cmd/doc: suppress symbols for commands when showing package docsRob Pike2015-07-091-2/+18
* cmd/doc: add testRob Pike2015-06-191-15/+34
* cmd/doc: do not show unexported constantsRob Pike2015-06-041-0/+19
* cmd/doc: put blank lines around comment for types, etc.Rob Pike2015-05-181-1/+4
* cmd/doc: fix buildMikio Hara2015-05-151-1/+1
* cmd/doc: trim unexported methods from interfacesRob Pike2015-05-141-24/+32
* cmd/doc: print BUGs after package docsRob Pike2015-05-131-0/+13
* cmd/doc: add type-bound vars to global vars listRob Pike2015-05-061-0/+1
* cmd/doc: if no top-level symbols match, look for methodsRob Pike2015-05-061-5/+21
* cmd/go: better UI for go docRob Pike2015-04-291-38/+86
* cmd/doc: print documentation for all matches in a package, not just the firstRob Pike2015-04-281-51/+56
* cmd/go,cmd/doc: add "go doc"Rob Pike2015-04-271-0/+398