• Russ Cox's avatar
    go/doc: update header rules · fb72965d
    Russ Cox authored
    Go documentation can have header lines, which are single-line paragraphs
    with leading and trailing letters and almost no punctuation.
    Before this CL, the only allowed punctuation was ' followed by s.
    
    After this CL, parentheses and commas are also allowed,
    to pick up a pair of previously unrecognized headings in the
    go command documentation:
    
    	Gofmt (reformat) package sources
    	Modules, module versions, and more
    
    Change-Id: I6d59c40a1269f01cef62a3fb17b909571c2f2adb
    Reviewed-on: https://go-review.googlesource.com/122407
    Run-TryBot: Russ Cox <rsc@golang.org>
    Reviewed-by: 's avatarAndrew Bonventre <andybons@golang.org>
    fb72965d
Name
Last commit
Last update
..
ast Loading commit data...
build Loading commit data...
constant Loading commit data...
doc Loading commit data...
format Loading commit data...
importer Loading commit data...
internal Loading commit data...
parser Loading commit data...
printer Loading commit data...
scanner Loading commit data...
token Loading commit data...
types Loading commit data...