]> Cypherpunks repositories - gostls13.git/commit
go/doc: use regexp for -notes instead of comma-sep. list
authorRobert Griesemer <gri@golang.org>
Thu, 21 Mar 2013 22:56:15 +0000 (15:56 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 21 Mar 2013 22:56:15 +0000 (15:56 -0700)
commit5e6a1a3f4894b3995c546178dd6de52d0f77493b
tree7e54b7e1d6ecd47d31218939076aa23d409f5cff
parent5bbdf40544008b78391cf2e6cfc37abe9a361b5d
go/doc: use regexp for -notes instead of comma-sep. list

-notes="BUG|TODO" instead of -notes="BUG,TODO".
Permits -notes=".*" to see all notes.

R=cnicolaou
CC=golang-dev
https://golang.org/cl/7951043
src/cmd/godoc/doc.go
src/cmd/godoc/godoc.go