From ef6496a5b12b840a4da41cab2ff4c3f073863457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 3 Feb 2022 09:14:31 +0100 Subject: [PATCH] GL: doc++ --- src/Magnum/GL/Mesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/GL/Mesh.h b/src/Magnum/GL/Mesh.h index 7ba118be9..2952201b3 100644 --- a/src/Magnum/GL/Mesh.h +++ b/src/Magnum/GL/Mesh.h @@ -165,7 +165,7 @@ query availability of given primitive. MAGNUM_GL_EXPORT MeshPrimitive meshPrimitive(Magnum::MeshPrimitive primitive); /** -@brief Index type +@brief Mesh index type @see @ref Magnum::MeshIndexType, @ref meshIndexType(), @ref meshIndexTypeSize(), @ref Mesh::setIndexBuffer()