]> Cypherpunks repositories - gostls13.git/commit
First steps at command documentation: C compilers and linkers.
authorRob Pike <r@golang.org>
Wed, 4 Nov 2009 00:05:47 +0000 (16:05 -0800)
committerRob Pike <r@golang.org>
Wed, 4 Nov 2009 00:05:47 +0000 (16:05 -0800)
commit2bc63f2367245ffd1deaa466a734426f0aafc1b3
tree610ade1e7c8b3f5ec2ea570466dca752cc176555
parent30637151c753635e8c7473d4d0c70b3558ee7e03
First steps at command documentation: C compilers and linkers.
Each command gets a doc.go file for godoc to analyze. Its main
element is a package comment.

R=rsc
CC=go-dev
http://go/go-review/1018029
src/cmd/5c/doc.go [new file with mode: 0644]
src/cmd/5l/doc.go [new file with mode: 0644]
src/cmd/6c/doc.go [new file with mode: 0644]
src/cmd/6l/doc.go [new file with mode: 0644]
src/cmd/8c/doc.go [new file with mode: 0644]
src/cmd/8l/doc.go [new file with mode: 0644]