]> Cypherpunks repositories - gostls13.git/commit
parser:
authorRobert Griesemer <gri@golang.org>
Thu, 30 Jul 2009 00:01:09 +0000 (17:01 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 30 Jul 2009 00:01:09 +0000 (17:01 -0700)
commit312bd7a1fcf7c0cae8c6ce239f0c9e7045417ddb
treefe5b6fe43fb4577157bd2c05385b8db29866ebcc
parentf9057c7b5966ed4e89026c5750525522108b77cc
parser:
- Changed filter function for parser.ParsePackage to
  take an *os.Dir instead of a filename for more
  powerful filters

- Removed TODO in ast.PackageInterface: Now collect
  package comments from all package files

- Cleanups in godoc: Use the new ParsePackage and
  PackageInterface functions; as a result computing
  package information is much simpler now.

R=rsc
DELTA=285  (80 added, 110 deleted, 95 changed)
OCL=32473
CL=32486
src/cmd/godoc/godoc.go
src/cmd/gofmt/gofmt.go
src/pkg/go/ast/filter.go
src/pkg/go/parser/interface.go
src/pkg/go/parser/parser_test.go