golang-image/draw
Dmitri Shuralyov 22fd5b5408 draw: fix Transformer documentation formatting
Each span of unindented non-blank lines is converted into a
single paragraph. This isn't desired here. Indent the matrix,
so that it's converted into a <pre> block. That also prevents
the previous line from being interpreted as a heading.

Reference: https://godoc.org/go/doc#ToHTML

Fixes golang/go#28683

Change-Id: Ibc5488d5cc66fe3a5f2bbe2fe23628dd08276037
Reviewed-on: https://go-review.googlesource.com/c/148573
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-11-08 22:41:23 +00:00
..
draw.go draw: remove Go 1.8 support 2018-11-08 21:44:26 +00:00
example_test.go image/draw: have Transform take a f64.Aff3 instead of a *f64.Aff3. 2015-07-29 01:18:37 +00:00
gen.go draw: fix crash caused by Scale by Copy shortcut 2017-12-14 22:51:56 +00:00
impl.go draw: fix crash caused by Scale by Copy shortcut 2017-12-14 22:51:56 +00:00
scale_test.go draw: remove Go 1.8 support 2018-11-08 21:44:26 +00:00
scale.go draw: fix Transformer documentation formatting 2018-11-08 22:41:23 +00:00
stdlib_test.go draw: remove Go 1.8 support 2018-11-08 21:44:26 +00:00