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