From 1cb3f3872ecc8b354d485d073d9c3168ee541204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 3 Jan 2024 17:06:31 +0100 Subject: [PATCH] Animation: make the easing functions searchable with just "easing" also. It worked like that before, but no more after turning the namespace into a struct templated for floats and doubles. --- src/Magnum/Animation/Easing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Animation/Easing.h b/src/Magnum/Animation/Easing.h index ba01ddba5..4f72e5e1d 100644 --- a/src/Magnum/Animation/Easing.h +++ b/src/Magnum/Animation/Easing.h @@ -39,7 +39,7 @@ namespace Magnum { namespace Animation { @brief Easing functions @m_since_latest -@m_keywords{Tweening Inbetweening} +@m_keywords{Easing Tweening Inbetweening} A collection of predefined [easing / tweening](https://en.wikipedia.org/wiki/Inbetweening) functions for adding life to animation interpolation. Meant to be used through