summaryrefslogtreecommitdiff
path: root/src/cmd/doc/testdata/pkg.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/doc: print Go syntax when printing struct.field docsBrad Fitzpatrick2017-07-061-0/+4
* cmd/doc: truncate long lists of argumentsJoe Tsai2017-02-241-0/+13
* [dev.typealias] cmd/doc: update for type aliasRuss Cox2017-01-251-0/+4
* cmd/doc: ensure summaries truly are only one lineJoe Tsai2016-10-051-0/+30
* cmd/doc: perform type grouping for constants and variablesJoe Tsai2016-09-301-0/+16
* cmd/doc: ensure functions with unexported return values are shownJoe Tsai2016-08-021-0/+3
* cmd/doc: handle embedded interfaces properlyJoe Tsai2016-08-021-0/+4
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* cmd/doc: handle embedded fields properlyRob Pike2016-02-221-2/+6
* cmd/doc: fix strange indentation artifacts with unexported fieldsJoe Tsai2015-11-171-1/+8
* cmd/doc: don't drop const/var block if first entry is unexportedRob Pike2015-09-211-0/+14
* cmd/doc: fix copy/paste error in testRob Pike2015-06-221-3/+3
* cmd/doc: add test for constructor, fix buildRob Pike2015-06-201-0/+5
* cmd/doc: add testRob Pike2015-06-191-0/+91