• Robert Griesemer's avatar
    go/doc: streamlined go/doc API · eac31c67
    Robert Griesemer authored
    - the main changes are removing the Doc suffix
      from the exported types, so instead of
      doc.TypeDoc one will have doc.Type, etc.
    
    - All exported types now have a Name (or Names) field.
      For Values, the Names field lists all declared variables
      or constants.
    
    - Methods have additional information about where they are
      coming from.
    
    - There's a mode field instead of a bool to
      control the package's operation, which makes
      it easier to extend w/o API changes.
    
    Except for the partially implemented new Method type,
    this is based on existing code. A clean rewrite is in
    progress based on this new API.
    
    R=rsc, kevlar
    CC=golang-dev
    https://golang.org/cl/5528060
    eac31c67
Name
Last commit
Last update
..
IntelliJIDEA Loading commit data...
arm Loading commit data...
bash Loading commit data...
bbedit Loading commit data...
cgo Loading commit data...
chrome/gophertool Loading commit data...
dashboard Loading commit data...
emacs Loading commit data...
fraise Loading commit data...
goplay Loading commit data...
kate Loading commit data...
notepadplus Loading commit data...
osx Loading commit data...
swig Loading commit data...
vim Loading commit data...
windows Loading commit data...
xcode Loading commit data...
zsh Loading commit data...
benchcmp Loading commit data...