diff --git a/src/Magnum/PixelStorage.h b/src/Magnum/PixelStorage.h index 963b7530c..1ede8fde4 100644 --- a/src/Magnum/PixelStorage.h +++ b/src/Magnum/PixelStorage.h @@ -211,8 +211,7 @@ class MAGNUM_EXPORT CompressedPixelStorage: public PixelStorage { /** * @brief Data properties for given parameters * - * Returns byte offset in each direction and @cpp {rowLength, rowCount, - layerCount} @ce + * Returns byte offset in each direction and @cpp {rowLength, rowCount, layerCount} @ce * *in blocks* for image of given @p size with current pixel storage * parameters. Sum of the byte offset vector gives the byte offset of * first block in the data array.