• Robert Griesemer's avatar
    fix for nodeSize computation, used to determine if · 53f48581
    Robert Griesemer authored
    a node fits on one line:
    - for purposes of measuring the node size in text,
      don't generate html or use a styler that could
      generate html as it will lead to overly large
      sizes
    
    A consequence of this bug is that source code displayed
    with godoc may show functions that fit on one line in
    the source on multiple lines.
    
    This change causes no difference to the gofmt formatting
    of any files in src or misc.
    
    R=rsc
    http://go/go-review/1026034
    53f48581
Name
Last commit
Last update
..
cmd Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libcgo Loading commit data...
libmach Loading commit data...
pkg Loading commit data...
Make.386 Loading commit data...
Make.amd64 Loading commit data...
Make.arm Loading commit data...
Make.cmd Loading commit data...
Make.conf Loading commit data...
Make.pkg Loading commit data...
all-arm.bash Loading commit data...
all-nacl.bash Loading commit data...
all.bash Loading commit data...
clean.bash Loading commit data...
make-arm.bash Loading commit data...
make.bash Loading commit data...
quietgcc.bash Loading commit data...
run.bash Loading commit data...
sudo.bash Loading commit data...