aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/doc/doc_test.go
AgeCommit message (Expand)Author
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-22cmd/doc: handle embedded fields properlyRob Pike
2015-11-17cmd/doc: fix strange indentation artifacts with unexported fieldsJoe Tsai
2015-09-29cmd/doc: fix pretty printing of pathsRob Pike
2015-09-24cmd/doc: don't stop after first package if the symbol is not foundRob Pike
2015-09-21cmd/doc: don't drop const/var block if first entry is unexportedRob Pike
2015-07-28cmd/doc: extend darwin/arm64 test TODO to armDavid Crawshaw
2015-06-22cmd/doc: fix copy/paste error in testRob Pike
2015-06-20cmd/doc: add test for constructor, fix buildRob Pike
2015-06-19cmd/doc: fix test on naclRob Pike
2015-06-19cmd/doc: add testRob Pike