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