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