summaryrefslogtreecommitdiff
path: root/src/cmd/godoc/doc.go
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2010-02-18 17:40:50 -0800
committerRobert Griesemer <gri@golang.org>2010-02-18 17:40:50 -0800
commit1310f6f87b6f9c30baaf31b3afd3a3dd2f8ff698 (patch)
treee0bf960a8d022238a4155621f02c2b4375760fa0 /src/cmd/godoc/doc.go
parentcc57fc042ce65cb7fe2b13fcc74992eb95b52958 (diff)
downloadgolang-1310f6f87b6f9c30baaf31b3afd3a3dd2f8ff698.tar.gz
godoc: path cleanups, fixed a race condition, initial support for a menu on pages
R=rsc CC=adg, golang-dev http://codereview.appspot.com/215050
Diffstat (limited to 'src/cmd/godoc/doc.go')
-rw-r--r--src/cmd/godoc/doc.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cmd/godoc/doc.go b/src/cmd/godoc/doc.go
index 1c40ebdd9..701b0e177 100644
--- a/src/cmd/godoc/doc.go
+++ b/src/cmd/godoc/doc.go
@@ -27,12 +27,6 @@ The flags are:
width of tabs in units of spaces
-path=""
additional package directories (colon-separated)
- -cmdroot="/goroot/src/cmd"
- command source directory under -goroot (if unrooted, relative to cwd)
- -tmplroot="/goroot/lib/godoc"
- template directory under -goroot (if unrooted, relative to cwd)
- -pkgroot="/goroot/src/pkg"
- package source directory under -goroot (if unrooted, relative to cwd)
-html
print HTML in command-line mode
-goroot=$GOROOT