• Robert Griesemer's avatar
    Show BUG comments in godoc: · 38e7fddc
    Robert Griesemer authored
    ast.go:
    - rename Comments -> CommentGroup (less confusion)
    - change all comments/docs to be *CommentGroup
    
    filter.go:
    - do not remove unassociated comments from program as part
      of export filtering (they are needed by doc.go for BUG comments)
    
    scanner.go:
    - exclude '\n' from //-style comments
    
    parser.go:
    - rewrote collection of comments: now all collected comments
      are *ast.CommentGroups
    - clarified distinction between leading and trailing comments
    - fixed a bug in comment collection (parseGenDecl);
      corresponding test case is in printer/testdata
    - extra documentation
    
    doc.go:
    - collect BUG comments
    - corresponding fix for parser bug in comment collection
    
    comment.go:
    - simplified regex
    
    printer.go:
    - adjust comment printing to new representation
    
    printer_test.go, testdata/*:
    - enable printing of doc comments
    - extended tests
    
    package.html, package.txt:
    - added Bugs section
    
    gofmt:
    - enable printing of doc comments
    
    R=rsc
    DELTA=339  (126 added, 38 deleted, 175 changed)
    OCL=31403
    CL=31416
    38e7fddc
Name
Last commit
Last update
..
cmd Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libmach_amd64 Loading commit data...
old/c Loading commit data...
pkg Loading commit data...
Make.386 Loading commit data...
Make.amd64 Loading commit data...
Make.arm Loading commit data...
Make.conf Loading commit data...
all.bash Loading commit data...
clean.bash Loading commit data...
make.bash Loading commit data...
quietgcc.bash Loading commit data...
run.bash Loading commit data...
sudo.bash Loading commit data...