summaryrefslogtreecommitdiffstats
path: root/src/graphics/common/vertex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/common/vertex.h')
-rw-r--r--src/graphics/common/vertex.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/graphics/common/vertex.h b/src/graphics/common/vertex.h
index b620413..0cc6402 100644
--- a/src/graphics/common/vertex.h
+++ b/src/graphics/common/vertex.h
@@ -25,7 +25,8 @@
namespace Gfx {
/**
- * \struct Vertex Vertex of a primitive
+ * \struct Vertex
+ * \brief Vertex of a primitive
*
* This structure was created as analog to DirectX's D3DVERTEX.
*
@@ -47,7 +48,8 @@ struct Vertex
};
/**
- * \struct VertexTex2 Vertex with secondary texture coordinates
+ * \struct VertexTex2
+ * \brief Vertex with secondary texture coordinates
*
* In addition to fields from Gfx::Vector, it contains
* secondary texture coordinates (u2, v2) as Math::Point