From e2b7ac4bdd423f8fd658db359ca9d0ed800b289f Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Sun, 30 Oct 2011 17:28:07 +0100 Subject: Even more Documentation. --- dmagick/c/quantum.d | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'dmagick/c/quantum.d') diff --git a/dmagick/c/quantum.d b/dmagick/c/quantum.d index 2a48c0a..c9c00ef 100644 --- a/dmagick/c/quantum.d +++ b/dmagick/c/quantum.d @@ -7,11 +7,14 @@ import dmagick.c.magickType; extern(C) { + /** + * The endianess of the image when reading the image file. + */ enum EndianType { - UndefinedEndian, - LSBEndian, - MSBEndian + UndefinedEndian, /// Not defined (default). + LSBEndian, /// Little Endian. + MSBEndian /// Big Endian. } enum QuantumAlphaType -- cgit v1.2.3