From 15f76e08b68f89f1e971ab57fa9cd6747018fd16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 3 Feb 2025 01:33:07 +0100 Subject: [PATCH] Fix badly copypasted documentation. Doxygen complains that it cannot find the \ce in there, heh. I copied this from a `git stash show` view in Konsole, and SOMEHOW that thing no longer copies the original text but inserts random newlines where the terminal itself wrapped the text. Sometimes it works, sometimes not. Code rot, code rot everywhere. --- src/Magnum/PixelStorage.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.