• Robert Griesemer's avatar
    Daily snapshot. · 2a9f1ee2
    Robert Griesemer authored
    - 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
    2a9f1ee2
docprinter.go 9.96 KB