From a3bcae928b49f2d66c156a406f8d354e163faea6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 7 Oct 2016 21:54:29 +0200 Subject: [PATCH] Doc++ --- src/Magnum/Math/RectangularMatrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Math/RectangularMatrix.h b/src/Magnum/Math/RectangularMatrix.h index a433736b9..e492d8208 100644 --- a/src/Magnum/Math/RectangularMatrix.h +++ b/src/Magnum/Math/RectangularMatrix.h @@ -201,7 +201,7 @@ template class RectangularMatrix { * Consider using @ref transposed() when accessing rows frequently, as * this is slower than accessing columns due to the way the matrix is * stored. - * @see @ref row(), @ref operator()[] + * @see @ref row(), @ref operator[]() */ void setRow(std::size_t row, const Vector& data);