diff --git a/src/Magnum/ImageView.h b/src/Magnum/ImageView.h index cef0ad420..4373bf9d2 100644 --- a/src/Magnum/ImageView.h +++ b/src/Magnum/ImageView.h @@ -311,7 +311,7 @@ template class ImageView { * @param data Image data * @param flags Image layout flags * - * Uses ADL to find a corresponding @cpp pixelFormatSize(T, U) @ce + * Uses ADL to find a corresponding @cpp pixelFormatSize(U, V) @ce * overload, then calls @ref ImageView(PixelStorage, UnsignedInt, UnsignedInt, UnsignedInt, const VectorTypeFor&, Containers::ArrayView, ImageFlags) * with determined pixel size. */ @@ -325,7 +325,7 @@ template class ImageView { * @param data Image data * @param flags Image layout flags * - * Uses ADL to find a corresponding @cpp pixelFormatSize(T) @ce + * Uses ADL to find a corresponding @cpp pixelFormatSize(U) @ce * overload, then calls @ref ImageView(PixelStorage, UnsignedInt, UnsignedInt, UnsignedInt, const VectorTypeFor&, Containers::ArrayView, ImageFlags) * with determined pixel size and @p formatExtra set to @cpp 0 @ce. */ @@ -364,7 +364,7 @@ template class ImageView { * @param size Image size * @param flags Image layout flags * - * Uses ADL to find a corresponding @cpp pixelFormatSize(T, U) @ce + * Uses ADL to find a corresponding @cpp pixelFormatSize(U, V) @ce * overload, then calls @ref ImageView(PixelStorage, UnsignedInt, UnsignedInt, UnsignedInt, const VectorTypeFor&, ImageFlags) * with determined pixel size. * @@ -380,7 +380,7 @@ template class ImageView { * @param size Image size * @param flags Image layout flags * - * Uses ADL to find a corresponding @cpp pixelFormatSize(T) @ce + * Uses ADL to find a corresponding @cpp pixelFormatSize(U) @ce * overload, then calls @ref ImageView(PixelStorage, UnsignedInt, UnsignedInt, UnsignedInt, const VectorTypeFor&, ImageFlags) * with determined pixel size and @p formatExtra set to @cpp 0 @ce. *