From fdfa5dfe6cd8a62d0559d652e9acc1d0eb3b5a92 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 d3946bf28..06390f8ce 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()