summaryrefslogtreecommitdiff
path: root/src/cmd/doc
Commit message (Expand)AuthorAgeFilesLines
* cmd/doc: show documentation for interface methods when requested explicitlyRob Pike2016-10-252-7/+57
* cmd/doc: continue searching after error reading directoryQuentin Smith2016-10-241-4/+4
* cmd/doc: ensure summaries truly are only one lineJoe Tsai2016-10-053-75/+222
* cmd/doc: perform type grouping for constants and variablesJoe Tsai2016-09-303-17/+111
* cmd/doc: ensure functions with unexported return values are shownJoe Tsai2016-08-023-4/+11
* cmd/doc: handle embedded interfaces properlyJoe Tsai2016-08-023-4/+32
* 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
* all: delete dead test codeDominik Honnef2016-03-211-5/+0
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-012-2/+2
* cmd/doc: handle embedded fields properlyRob Pike2016-02-223-5/+32
* cmd/doc: search the tree in breadth-first orderRob Pike2015-12-101-51/+48
* cmd/doc: fix strange indentation artifacts with unexported fieldsJoe Tsai2015-11-173-3/+52
* cmd/doc: fix pretty printing of pathsRob Pike2015-09-293-7/+54
* 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-244-140/+309
* cmd/doc: don't drop const/var block if first entry is unexportedRob Pike2015-09-213-12/+17
* cmd/doc: slice/map literals janitoringDidier Spezia2015-09-111-5/+1
* cmd/doc: the builtin package should always show unexported symbolsRob Pike2015-09-091-0/+8
* cmd/doc: document that json.Decode documents encoding/json.Decoder.DecodeRob Pike2015-09-021-2/+4
* cmd/doc: extend darwin/arm64 test TODO to armDavid Crawshaw2015-07-281-1/+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-092-2/+23
* cmd/doc: fix copy/paste error in testRob Pike2015-06-222-9/+9
* cmd/doc: add test for constructor, fix buildRob Pike2015-06-202-0/+10
* cmd/doc: fix test on naclRob Pike2015-06-191-3/+3
* cmd/doc: add testRob Pike2015-06-194-28/+508
* cmd/doc: do not show unexported constantsRob Pike2015-06-041-0/+19
* cmd/doc: try better when looking for package dirKonstantin Shaposhnikov2015-06-011-1/+26
* cmd/doc: fix handling of paths like ./fmtRob Pike2015-05-201-1/+2
* 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/doc: show the true import path rather than "."Rob Pike2015-04-291-2/+11
* cmd/go: better UI for go docRob Pike2015-04-292-64/+126
* 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-272-0/+671