From c28e69043b76e0a3e524f49408e24462db36f67d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 20 Sep 2024 19:42:32 +0200 Subject: [PATCH] doc: the thing cannot link to a function in a parent class anymore. Not sure what's going on in there. Fortunately it's just a single occurence, not 1000, so I'm going to work around it and happily forget. --- src/Magnum/PixelStorage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: