From 68f34b3283ac04c5d6ec5c8ce318f182b8ba9275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 1 Sep 2018 02:22:37 +0200 Subject: [PATCH] Math: STUPID EFFING DOXYGEN GODDAMIT I HATE YA WITH PASSION --- 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 2ffe11c84..0fc74ba3d 100644 --- a/src/Magnum/Math/Vector.h +++ b/src/Magnum/Math/Vector.h @@ -72,7 +72,7 @@ namespace Implementation { Returns `0` when two vectors are perpendicular, `> 0` when two vectors are in the same general direction, `1` when two *normalized* vectors are parallel, `< 0` when two vectors are in opposite general direction and `-1` when two -*normalized* vectors are antiparallel. @f[ +* *normalized* vectors are antiparallel. @f[ \boldsymbol a \cdot \boldsymbol b = \sum_{i=0}^{n-1} \boldsymbol a_i \boldsymbol b_i @f] @see @ref Vector::dot() const, @ref Vector::operator-(), @ref Vector2::perpendicular()