# HG changeset patch # User Benjamin Golinvaux # Date 1581505517 -3600 # Node ID b7cf2e32aafbdd820ad320d0a337f693315a3be9 # Parent e7248fa2738f82ef392d9ea38d9ba7b7d2f885b2 Fixed doc error diff -r e7248fa2738f -r b7cf2e32aafb Core/Enumerations.h --- a/Core/Enumerations.h Fri Feb 07 09:35:36 2020 +0100 +++ b/Core/Enumerations.h Wed Feb 12 12:05:17 2020 +0100 @@ -313,7 +313,7 @@ /** * {summary}{Graylevel, unsigned 64bpp image.} - * {description}{The image is graylevel. Each pixel is unsigned and stored in 4 bytes.} + * {description}{The image is graylevel. Each pixel is unsigned and stored in 8 bytes.} **/ PixelFormat_Grayscale64 = 10 };