summaryrefslogtreecommitdiff
path: root/src/cmd/doc/doc_test.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/doc: show documentation for interface methods when requested explicitlyRob Pike2016-10-251-2/+15
* cmd/doc: ensure summaries truly are only one lineJoe Tsai2016-10-051-13/+17
* cmd/doc: perform type grouping for constants and variablesJoe Tsai2016-09-301-0/+27
* cmd/doc: ensure functions with unexported return values are shownJoe Tsai2016-08-021-3/+5
* cmd/doc: handle embedded interfaces properlyJoe Tsai2016-08-021-0/+8
* all: delete dead test codeDominik Honnef2016-03-211-5/+0
* 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/+7
* cmd/doc: fix strange indentation artifacts with unexported fieldsJoe Tsai2015-11-171-1/+36
* cmd/doc: fix pretty printing of pathsRob Pike2015-09-291-0/+30
* cmd/doc: don't stop after first package if the symbol is not foundRob Pike2015-09-241-12/+65
* cmd/doc: don't drop const/var block if first entry is unexportedRob Pike2015-09-211-0/+2
* cmd/doc: extend darwin/arm64 test TODO to armDavid Crawshaw2015-07-281-1/+1
* cmd/doc: fix copy/paste error in testRob Pike2015-06-221-6/+6
* cmd/doc: add test for constructor, fix buildRob Pike2015-06-201-0/+5
* cmd/doc: fix test on naclRob Pike2015-06-191-3/+3
* cmd/doc: add testRob Pike2015-06-191-0/+343