From 2059b2b164242a5bc3bfffaa80301f2b362457dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 30 Aug 2021 15:17:36 +0200 Subject: [PATCH] Trade: doc++ --- src/Magnum/Trade/MeshData.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Magnum/Trade/MeshData.h b/src/Magnum/Trade/MeshData.h index 9dc7505ff..02cf80f62 100644 --- a/src/Magnum/Trade/MeshData.h +++ b/src/Magnum/Trade/MeshData.h @@ -1157,7 +1157,9 @@ class MAGNUM_TRADE_EXPORT MeshData { * accessors. In most cases you don't want to access those directly, * but rather use the @ref attribute(), @ref attributeName(), * @ref attributeFormat(), @ref attributeOffset(), - * @ref attributeStride() etc. accessors. + * @ref attributeStride() etc. accessors. This is also the reason why + * there's no overload taking a @ref MeshAttribute, unlike the other + * accessors. * * Useful mainly for passing particular attributes unchanged directly * to @ref MeshTools algorithms --- unlike with @ref attributeData()