commit | 312bd7a1fcf7c0cae8c6ce239f0c9e7045417ddb | [log] [tgz] |
---|---|---|
author | Robert Griesemer <gri@golang.org> | Wed Jul 29 17:01:09 2009 -0700 |
committer | Robert Griesemer <gri@golang.org> | Wed Jul 29 17:01:09 2009 -0700 |
tree | fe5b6fe43fb4577157bd2c05385b8db29866ebcc | |
parent | f9057c7b5966ed4e89026c5750525522108b77cc [diff] |
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