From 4197f9379dd5636aac237aa33ce90a38340d1fc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 28 Oct 2023 20:24:34 +0200 Subject: [PATCH] Doc++ --- src/Magnum/Text/AbstractShaper.h | 4 ++-- src/Magnum/Trade/SceneData.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Magnum/Text/AbstractShaper.h b/src/Magnum/Text/AbstractShaper.h index 4f179fbe7..7a6eb7a97 100644 --- a/src/Magnum/Text/AbstractShaper.h +++ b/src/Magnum/Text/AbstractShaper.h @@ -293,7 +293,7 @@ class MAGNUM_TEXT_EXPORT AbstractShaper { /** * @brief Shape a text * @param text Text in UTF-8 - * @param features OpenType features to apply for the whole text or + * @param features Typographic features to apply for the whole text or * its subranges * * Expects that both @p begin and all @ref FeatureRange::begin() are @@ -327,7 +327,7 @@ class MAGNUM_TEXT_EXPORT AbstractShaper { * @param text Text in UTF-8 * @param begin Beginning byte in the input text * @param end (One byte after) the end byte in the input text - * @param features OpenType features to apply for the whole text or + * @param features Typographic features to apply for the whole text or * its subranges * * A variant of @ref shape(Containers::StringView, Containers::ArrayView) diff --git a/src/Magnum/Trade/SceneData.h b/src/Magnum/Trade/SceneData.h index c645f8791..9f8c450c7 100644 --- a/src/Magnum/Trade/SceneData.h +++ b/src/Magnum/Trade/SceneData.h @@ -2265,7 +2265,7 @@ class MAGNUM_TRADE_EXPORT SceneData { * * If the field has @ref SceneFieldFlag::ImplicitMapping, the lookup is * done in an @f$ \mathcal{O}(m) @f$ complexity with @f$ m @f$ being - * the * field count. Otherwise, if the field has + * the field count. Otherwise, if the field has * @ref SceneFieldFlag::OrderedMapping, the lookup is done in an * @f$ \mathcal{O}(m + \log{} n) @f$ complexity with @f$ m @f$ being * the field count and @f$ n @f$ the size of the field. Otherwise, the