From 6ce892f939efa3645421d2cb45d8c14ae85bf304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 4 Oct 2021 14:01:55 +0200 Subject: [PATCH] Math: doc++ --- src/Magnum/Math/Matrix4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Math/Matrix4.h b/src/Magnum/Math/Matrix4.h index 490c1581d..29a3ac3de 100644 --- a/src/Magnum/Math/Matrix4.h +++ b/src/Magnum/Math/Matrix4.h @@ -397,7 +397,7 @@ template class Matrix4: public Matrix4x4 { * If you need an off-center projection, use * @ref perspectiveProjection(const Vector2&, const Vector2&, T, T) * instead. - * @see @ref perspectiveProjection(Rad fov, T, T, T), + * @see @ref perspectiveProjection(Rad, T, T, T), * @ref orthographicProjection(), @ref Matrix3::projection(), * @ref Constants::inf() */