]> Cypherpunks repositories - gostls13.git/commit
tmpltohtml: feature for easier snippet extraction
authorRob Pike <r@golang.org>
Fri, 9 Dec 2011 16:31:04 +0000 (08:31 -0800)
committerRob Pike <r@golang.org>
Fri, 9 Dec 2011 16:31:04 +0000 (08:31 -0800)
commit940c25faa4e495a13d6411fe23640c9d16b1e986
tree7c54dcfadc3e82045461c53d1dde0b74445db714
parente77f057bf345f9e0ef78608abdbd9e85b6e203c4
tmpltohtml: feature for easier snippet extraction
Lines that end with OMIT are omitted from the output.
A comment such as
        // Example stops here. OMIT
can be used as a marker but not appear in the output.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5477050
doc/tmpltohtml.go