Robert Griesemer
55ea531257
go.tools/godoc: ignore //line comments in source code
...
Per suggestion from Gary Burd.
Fixes golang/go#5247 .
LGTM=rsc
R=bgarcia, rsc
CC=golang-codereviews
https://golang.org/cl/84050044
2014-04-03 13:12:54 -07:00
Brad Garcia
2ca2bfc172
godoc: Fix commandline mode output.
...
Fix output of packages with multiple files.
Remove extra output when filter is requested.
Fixes golang/go#7115 .
R=bradfitz, adg
CC=golang-codereviews
https://golang.org/cl/52750044
2014-01-30 06:28:19 -05:00
Brad Fitzpatrick
5395cfe05a
godoc: remove more global variables
...
More moves into Corpus and Presentation.
R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/11492043
2013-07-18 13:14:09 +10:00
Brad Fitzpatrick
e6ff53bcc8
godoc: move bulk of the code to the package
...
R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/11424043
2013-07-17 17:09:54 +10:00