From c5dd075106c981c2e21f0b3ad7772772d1c51a99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 3 Jan 2020 21:27:28 +0100 Subject: [PATCH] doc: Doxygen, what the hell. --- src/Magnum/Math/Vector2.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Magnum/Math/Vector2.h b/src/Magnum/Math/Vector2.h index 3d7a7123d..c76a646f2 100644 --- a/src/Magnum/Math/Vector2.h +++ b/src/Magnum/Math/Vector2.h @@ -162,8 +162,9 @@ template class Vector2: public Vector<2, T> { * @f] * @see @ref cross(), * @ref dot(const Vector&, const Vector&), - * @ref operator-() const + * @ref Vector::operator-() const "operator-() const" */ + /* For some reason @ref operator-() const doesn't work since 1.8.17 */ #ifdef DOXYGEN_GENERATING_OUTPUT Vector2 #else