Browse Source

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.
pull/371/head
Vladimír Vondruš 6 years ago
parent
commit
c6619fc685
  1. 6
      src/Magnum/Mesh.h

6
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,

Loading…
Cancel
Save