]> Cypherpunks repositories - gostls13.git/commit
Daily snapshot.
authorRobert Griesemer <gri@golang.org>
Fri, 3 Apr 2009 23:19:22 +0000 (16:19 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 3 Apr 2009 23:19:22 +0000 (16:19 -0700)
commit2a9f1ee21532498ceb74a4a7b589ab0cc1b3885f
tree334ff94abd270650b667b69bd1dd864b98a7f0e5
parent461fb39367b86414d59218676148a8d50f66c188
Daily snapshot.
- godoc now supports the following url prefixes:
  /doc/ for package documentation
  /file/ for files (directories, html, and .go files)
  /spec for the spec
  /mem for the memory model
- formatting of comments has been fixed
- tons of minor cleanups (still more to do)

Still missing:
- pretty printing of source is not as pretty as it used to be
(still a relict from the massive AST cleanup which has't quite made it's way everywhere)
- documentation entries should be sorted
- comments in code is not printed or not properly printed

TBR=r
DELTA=416  (182 added, 100 deleted, 134 changed)
OCL=27078
CL=27078
usr/gri/pretty/astprinter.go
usr/gri/pretty/docprinter.go
usr/gri/pretty/godoc.go
usr/gri/pretty/pretty.go