From 13c4a690a3d2bb8679b946b36ae68adf7f6a67b6 Mon Sep 17 00:00:00 2001 From: Squareys Date: Sun, 3 May 2020 10:22:42 +0200 Subject: [PATCH] Trade: Minor doc fix Signed-off-by: Squareys --- 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 858f92225..6e155a216 100644 --- a/src/Magnum/Trade/MeshData.h +++ b/src/Magnum/Trade/MeshData.h @@ -106,7 +106,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::Generic::Normal. * @see @ref MeshData::normalsAsArray()