mirror of https://github.com/adamdruppe/arsd.git
Improve docs of PixmapBlueprint
This commit is contained in:
parent
b9098844b1
commit
195d1b228c
|
@ -375,7 +375,9 @@ static assert(Pixel.sizeof == uint.sizeof);
|
||||||
}
|
}
|
||||||
|
|
||||||
/++
|
/++
|
||||||
Meta data for the construction a Pixmap
|
$(I Advanced functionality.)
|
||||||
|
|
||||||
|
Meta data for the construction of a Pixmap.
|
||||||
+/
|
+/
|
||||||
struct PixmapBlueprint {
|
struct PixmapBlueprint {
|
||||||
/++
|
/++
|
||||||
|
|
Loading…
Reference in New Issue