From c6619fc6854af22478cbbd820c74e9847aa2342a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 27 Feb 2020 00:24:38 +0100 Subject: [PATCH] doc: thanks, Doxygen, but no. No, this was definitely not meant to be a code block that's 100 kilometers wide and for some strange reason contains raw XML data of the whole docblock. This should FAIL instead of silently putting everything on fire. --- src/Magnum/Mesh.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Magnum/Mesh.h b/src/Magnum/Mesh.h index 820449638..4816b9728 100644 --- a/src/Magnum/Mesh.h +++ b/src/Magnum/Mesh.h @@ -59,10 +59,8 @@ enum class MeshPrimitive: UnsignedInt { * Corresponds to @ref GL::MeshPrimitive::Points; * @def_vk_keyword{PRIMITIVE_TOPOLOGY_POINT_LIST,PrimitiveTopology}; * @m_class{m-doc-external} [D3D_PRIMITIVE_TOPOLOGY_POINTLIST](https://docs.microsoft.com/en-us/windows/win32/api/d3dcommon/ne-d3dcommon-d3d_primitive_topology) - * or @m_class{m-doc-external} [ -MTLPrimitiveTypePoint](https://developer.apple.com/documentation/metal/mtlprimitivetype/mtlprimitivetypepoint?language=objc). - * @m_keywords{D3D_PRIMITIVE_TOPOLOGY_POINTLIST -MTLPrimitiveTypePoint} + * or @m_class{m-doc-external} [MTLPrimitiveTypePoint](https://developer.apple.com/documentation/metal/mtlprimitivetype/mtlprimitivetypepoint?language=objc). + * @m_keywords{D3D_PRIMITIVE_TOPOLOGY_POINTLIST MTLPrimitiveTypePoint} */ Points,