]> Cypherpunks repositories - gostls13.git/commit
Don't emit line tags when source code is printed as part of
authorRobert Griesemer <gri@golang.org>
Mon, 16 Nov 2009 22:26:29 +0000 (14:26 -0800)
committerRobert Griesemer <gri@golang.org>
Mon, 16 Nov 2009 22:26:29 +0000 (14:26 -0800)
commite86afaf456b804398c100894b2467edf9716e623
tree4ed3451521a4c48727036dc7d025763517e2e8ee
parentaffcfe5a750db21c40d6fb62c7f2ac9add818564
Don't emit line tags when source code is printed as part of
package documentation using templates. The line tag interferes
with the anchor tag introduces by the template.

This fixes an an issue where some headers lost their ability
to link to the respective source code.

R=rsc
https://golang.org/cl/154166
src/cmd/godoc/godoc.go