aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/doc/testdata/pkg.go
AgeCommit message (Expand)Author
2025-06-03cmd/doc: build cmd/doc directly into the go commandMichael Matloob
2023-09-07cmd/doc: print bugs with -all flagPascal S. de Kloe
2023-04-10cmd/doc: format field doc comments when printing entire structIan Lance Taylor
2021-12-20cmd/doc: don't log on constraint type elementsIan Lance Taylor
2021-03-19cmd/doc: properly display interface methodsAgniva De Sarker
2019-11-12cmd/doc: show variables of unexported types for -allAgniva De Sarker
2019-03-31cmd/doc: correctly indent pre-formatted blocksSegev Finer
2019-03-08cmd/doc: add a line gap after a method with no commentAgniva De Sarker
2018-10-10cmd/doc: add a -src flag to show original sourceRob Pike
2017-12-20cmd/doc: suppress the error message for *package.ident embedded in struct typeelpinal
2017-11-20cmd/doc: don't print a declaration twiceRob Pike
2017-07-06cmd/doc: print Go syntax when printing struct.field docsBrad Fitzpatrick
2017-02-24cmd/doc: truncate long lists of argumentsJoe Tsai
2017-01-25[dev.typealias] cmd/doc: update for type aliasRuss Cox
2016-10-05cmd/doc: ensure summaries truly are only one lineJoe Tsai
2016-09-30cmd/doc: perform type grouping for constants and variablesJoe Tsai
2016-08-02cmd/doc: ensure functions with unexported return values are shownJoe Tsai
2016-08-02cmd/doc: handle embedded interfaces properlyJoe Tsai
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-21cmd/doc: don't drop const/var block if first entry is unexportedRob Pike
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: add testRob Pike