• 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
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
pkg Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...