From f077b5baa566386ac74ee7dfbd08470bf7b15339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 1 Jun 2026 18:06:49 +0200 Subject: [PATCH] Text: doc++ --- src/Magnum/Text/AbstractFont.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Magnum/Text/AbstractFont.h b/src/Magnum/Text/AbstractFont.h index 5a350959c..4cd45f8c1 100644 --- a/src/Magnum/Text/AbstractFont.h +++ b/src/Magnum/Text/AbstractFont.h @@ -286,7 +286,7 @@ class MAGNUM_TEXT_EXPORT AbstractFont: public PluginManager::AbstractPlugin { * variables, see @ref building for more information. * * Not defined on platforms without - * @ref CORRADE_PLUGINMANAGER_NO_DYNAMIC_PLUGIN_SUPPORT "dynamic plugin support". + * @ref CORRADE_PLUGINMANAGER_NO_DYNAMIC_PLUGIN_SUPPORT "dynamic plugin support". */ static Containers::Array pluginSearchPaths(); #endif @@ -398,8 +398,8 @@ class MAGNUM_TEXT_EXPORT AbstractFont: public PluginManager::AbstractPlugin { /** * @brief Open raw data - * @param data File data - * @param size Font size in points + * @param data Font data + * @param size Size to open the font in, in points * * Closes previous file, if it was opened, and tries to open given * raw data. Available only if @ref FontFeature::OpenData is supported.