From bc7fff792ce0457b0e4155747889015430b7e94e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 16 Sep 2019 21:52:49 +0200 Subject: [PATCH] Doc++ --- src/Magnum/Image.h | 4 ++-- src/Magnum/Trade/ImageData.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Magnum/Image.h b/src/Magnum/Image.h index a2b491c7a..813c89bde 100644 --- a/src/Magnum/Image.h +++ b/src/Magnum/Image.h @@ -359,7 +359,7 @@ template class Image { std::pair, VectorTypeFor> dataProperties() const; /** - * @brief Raw data + * @brief Image data * * @see @ref release(), @ref pixels() */ @@ -369,7 +369,7 @@ template class Image { Containers::ArrayView data() const & { return _data; } /** - * @brief Raw data from a r-value + * @brief Image data from a r-value * * Unlike @ref data(), which returns a view, this is equivalent to * @ref release() to avoid a dangling view when the temporary instance diff --git a/src/Magnum/Trade/ImageData.h b/src/Magnum/Trade/ImageData.h index 5f2034da7..10efc8eed 100644 --- a/src/Magnum/Trade/ImageData.h +++ b/src/Magnum/Trade/ImageData.h @@ -334,7 +334,7 @@ template class ImageData { needless state changes -- thus the calculation can't be done */ /** - * @brief Raw data + * @brief Image data * * @see @ref release(), @ref pixels() */ @@ -344,7 +344,7 @@ template class ImageData { Containers::ArrayView data() const & { return _data; } /** - * @brief Raw data from a r-value + * @brief Image data from a r-value * * Unlike @ref data(), which returns a view, this is equivalent to * @ref release() to avoid a dangling view when the temporary instance