From 0d6092b741975bdb3b8f90d61e26aa1c6dfa20a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 11 Oct 2022 11:56:39 +0200 Subject: [PATCH] Trade: doc++ --- src/Magnum/Trade/MeshData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Trade/MeshData.h b/src/Magnum/Trade/MeshData.h index 9fdcd6969..f5d0254d9 100644 --- a/src/Magnum/Trade/MeshData.h +++ b/src/Magnum/Trade/MeshData.h @@ -119,7 +119,7 @@ enum class MeshAttribute: UnsignedShort { /** * Normal. Type is usually @ref VertexFormat::Vector3, but can be also - * @ref VertexFormat::Vector3h. @ref VertexFormat::Vector3bNormalized or + * @ref VertexFormat::Vector3h, @ref VertexFormat::Vector3bNormalized or * @ref VertexFormat::Vector3sNormalized. Corresponds to * @ref Shaders::GenericGL::Normal. * @see @ref MeshData::normalsAsArray()