From 28d7400a8241cbe0ce20a0f6c71fd4d8d3282671 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 6 Jun 2016 21:16:14 +0200 Subject: [PATCH] Math: doc++ --- src/Magnum/Math/Vector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Math/Vector.h b/src/Magnum/Math/Vector.h index 8d8fc5bcf..0da186eb4 100644 --- a/src/Magnum/Math/Vector.h +++ b/src/Magnum/Math/Vector.h @@ -1356,7 +1356,7 @@ template inline T Vector::max() const { namespace Corrade { namespace Utility { -/** @configurationvalue{Magnum::Math::RectangularMatrix} */ +/** @configurationvalue{Magnum::Math::Vector} */ template struct ConfigurationValue> { ConfigurationValue() = delete;