Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmd/godoc: use go/build to determine package and example files | Robert Griesemer | 2013-02-19 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Also: - faster code for example extraction - simplify handling of command documentation: all "main" packages are treated as commands - various minor cleanups along the way For commands written in Go, any doc.go file containing documentation must now be part of package main (rather then package documentation), otherwise the documentation won't show up in godoc (it will still build, though). For commands written in C, documentation may still be in doc.go files defining package documentation, but the recommended way is to explicitly ignore those files with a +build ignore constraint to define package main. Fixes issue 4806. R=adg, rsc, dave, bradfitz CC=golang-dev https://codereview.appspot.com/7333046 | ||||
* | cmd/5a, cmd/5c, cmd/6a, cmd/6c, cmd/8a, cmd/8c, cmd/ld: update reference | Carl Shapiro | 2013-01-18 | 1 | -1/+1 |
| | | | | | | | | | Reference the 80386 compiler documentation now that the documentation for the 68020 is offline. R=golang-dev, minux.ma, rsc CC=golang-dev https://codereview.appspot.com/7127053 | ||||
* | tweak documentation of commands | Russ Cox | 2009-11-09 | 1 | -1/+1 |
| | | | | | | | | | so that first sentence is better for cmd page. live at http://r45:3456/cmd/ R=gri, r http://go/go-review/1024034 | ||||
* | document the assemblers. | Rob Pike | 2009-11-03 | 1 | -0/+14 |
add details about -d and -e flags in the loaders. R=rsc CC=go-dev http://go/go-review/1018031 |