diff --git a/src/Magnum/PixelStorage.h b/src/Magnum/PixelStorage.h index 1c570a462..7da3377d4 100644 --- a/src/Magnum/PixelStorage.h +++ b/src/Magnum/PixelStorage.h @@ -152,8 +152,8 @@ Descibes how to interpret data which are read from or stored into @ref CompressedImage, @ref CompressedImageView, @ref Trade::ImageData or for example @ref GL::CompressedBufferImage. -Includes all parameters from @ref PixelStorage, except for @ref alignment(), -which is ignored for compressed images. +Includes all parameters from @ref PixelStorage, except for +@relativeref{PixelStorage,alignment()}, which is ignored for compressed images. */ class MAGNUM_EXPORT CompressedPixelStorage: public PixelStorage { public: