From c4a9fb376475c631a185a340d0cc6fabd9b3d0e3 Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Sun, 30 Oct 2011 19:27:13 +0100 Subject: All symbos from the headers used by DMagick should now be documented. --- dmagick/c/constitute.d | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'dmagick/c/constitute.d') diff --git a/dmagick/c/constitute.d b/dmagick/c/constitute.d index e23e9db..d8bbcb5 100644 --- a/dmagick/c/constitute.d +++ b/dmagick/c/constitute.d @@ -6,16 +6,19 @@ import dmagick.c.magickType; extern(C) { + /** + * The size of a pixel component. + */ enum StorageType { - UndefinedPixel, - CharPixel, - DoublePixel, - FloatPixel, - IntegerPixel, - LongPixel, - QuantumPixel, - ShortPixel + UndefinedPixel, /// + CharPixel, /// ditto + DoublePixel, /// ditto + FloatPixel, /// ditto + IntegerPixel, /// ditto + LongPixel, /// ditto + QuantumPixel, /// ditto + ShortPixel /// ditto } Image* ConstituteImage(const size_t, const size_t, const(char)*, const StorageType, const(void)*, ExceptionInfo*); -- cgit v1.2.3