From 7ce5efc10279b86e92e4f91ac52876f882673ac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 11 Nov 2022 23:01:11 +0100 Subject: [PATCH] Trade: doc++ --- src/Magnum/Trade/MaterialData.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Magnum/Trade/MaterialData.h b/src/Magnum/Trade/MaterialData.h index 092c29e30..555c945a8 100644 --- a/src/Magnum/Trade/MaterialData.h +++ b/src/Magnum/Trade/MaterialData.h @@ -2222,7 +2222,9 @@ class MAGNUM_TRADE_EXPORT MaterialData { * @brief Raw attribute data * * Returns @cpp nullptr @ce if the material has no attributes. - * @see @ref releaseAttributeData() + * @see @ref releaseAttributeData(), @ref attributeDataOffset(), + * @ref attributeData(UnsignedInt, UnsignedInt) const, + * @ref attributeData(UnsignedInt) const */ Containers::ArrayView attributeData() const { return _data; }