diff --git a/src/Magnum/Math/Complex.h b/src/Magnum/Math/Complex.h index 3501aa653..fed3febeb 100644 --- a/src/Magnum/Math/Complex.h +++ b/src/Magnum/Math/Complex.h @@ -606,7 +606,7 @@ the same, returns the first argument. @f[ @f] @see @ref Complex::isNormalized(), @ref lerp(const Complex&, const Complex&, T), @ref slerp(const Quaternion&, const Quaternion&, T) - */ +*/ template inline Complex slerp(const Complex& normalizedA, const Complex& normalizedB, T t) { CORRADE_ASSERT(normalizedA.isNormalized() && normalizedB.isNormalized(), "Math::slerp(): complex numbers" << normalizedA << "and" << normalizedB << "are not normalized", {});