1
0
mirror of https://github.com/golang/go synced 2024-10-03 18:21:21 -06:00
go/usr/gri/pretty
Rob Pike 9d70646fcf allow godoc to match on regular expressions.
if the name contains a metacharacter, use regexp matching;
otherwise require strict equality.

now
	godoc flag '.*Var'
can give you all the FooVar functions.

R=gri
DELTA=19  (19 added, 0 deleted, 0 changed)
OCL=27711
CL=27713
2009-04-21 22:46:19 -07:00
..
astprinter.go remove lots of accumulated crud: 2009-04-21 18:37:48 -07:00
comment.go godoc: use data-driven templates for html, text generation 2009-04-15 18:53:43 -07:00
docprinter.go allow godoc to match on regular expressions. 2009-04-21 22:46:19 -07:00
godoc.go remove lots of accumulated crud: 2009-04-21 18:37:48 -07:00
Makefile remove lots of accumulated crud: 2009-04-21 18:37:48 -07:00
Makefile.iant Update for source code changes. 2008-12-19 14:32:00 -08:00
package.html remove lots of accumulated crud: 2009-04-21 18:37:48 -07:00
package.txt godoc: supporting data 2009-04-15 18:38:37 -07:00
packagelist.html godoc: supporting data 2009-04-15 18:38:37 -07:00
packagelist.txt fix template. 2009-04-21 22:26:08 -07:00
parseerror.html godoc: supporting data 2009-04-15 18:38:37 -07:00
parseerror.txt godoc: supporting data 2009-04-15 18:38:37 -07:00
pretty.go remove lots of accumulated crud: 2009-04-21 18:37:48 -07:00
selftest0.go delete export 2009-01-20 14:40:40 -08:00
selftest1.go Steps towards a general scanner/parser library for Go: 2009-02-27 15:40:17 -08:00
selftest2.go remove lots of accumulated crud: 2009-04-21 18:37:48 -07:00
symboltable.go Convert go tree to hierarchical pkg directory: 2009-04-16 20:52:37 -07:00
test.sh daily snapshot: 2009-03-13 16:59:51 -07:00
untab.go Convert go tree to hierarchical pkg directory: 2009-04-16 20:52:37 -07:00