From 6f57231c6447d983a3f0c1d2af88a50b71b40701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 6 Jan 2021 17:37:03 +0100 Subject: [PATCH] Doc++ --- src/Magnum/Mesh.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Magnum/Mesh.h b/src/Magnum/Mesh.h index 993e6457e..e7690720b 100644 --- a/src/Magnum/Mesh.h +++ b/src/Magnum/Mesh.h @@ -87,7 +87,8 @@ enum class MeshPrimitive: UnsignedInt { Lines, /** - * Line strip, last and first vertex are connected together. + * Like @ref MeshPrimitive::LineStrip, but with last and first vertex + * connected together. * * Corresponds to @ref GL::MeshPrimitive::LineLoop. Not supported on * Vulkan, D3D or Metal.