From ae6e16b35644db4e0460d21cd7779a3497e26d42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 17 Jan 2015 16:05:41 +0100 Subject: [PATCH] Doc++ --- src/Magnum/Attribute.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Magnum/Attribute.h b/src/Magnum/Attribute.h index 4435744e0..99428d1fc 100644 --- a/src/Magnum/Attribute.h +++ b/src/Magnum/Attribute.h @@ -64,7 +64,12 @@ See @ref AbstractShaderProgram-subclassing for example usage in shaders and template class Attribute { public: enum: UnsignedInt { - Location = location, /**< Location to which the attribute is bound */ + /** + * Location to which the attribute is bound + * + * @see @ref AbstractShaderProgram::maxVertexAttributes() + */ + Location = location, /** * Count of vectors in this type