<div dir="ltr"><div>Hi,<br><br><span class="gmail-pl-c">Tiny bug in documentation section of cairo_image_surface_create(), </span>src/cairo-image-surface.c.<br><br>The leading `0.` in doc-comment causes html docs [1] to contain:<br><br>>    Initially the surface contents are all<br>>      1. (Specifically...<br><br>while it should read:<br><br>>    Initially the surface contents are all 0. (Specifically...<br><br>I think `0.` can be moved onto previous line to prevent this.<br></div><div><br></div><div><br></div><div><br></div><div>[1] <a href="https://www.cairographics.org/manual/cairo-Image-Surfaces.html#cairo-image-surface-create">https://www.cairographics.org/manual/cairo-Image-Surfaces.html#cairo-image-surface-create</a></div><div><br>---<br><br></div>(I know what mailing lists is and how to use it, but going through so much hassle to file a simple fix and not be able to point to the exact line in code is just rollupmyeye-ing. I even filed an issue to the wrong repo first, because it was the only thing google spits out for cairo-image-surface.c. I'm not even sure formatting is preserved by the list or gmail, so ymmw)</div>