diff --git a/src/qml/doc/src/qmllanguageref/syntax/objectattributes.qdoc b/src/qml/doc/src/qmllanguageref/syntax/objectattributes.qdoc index 8abdf63fa5..55ab8b7b7e 100644 --- a/src/qml/doc/src/qmllanguageref/syntax/objectattributes.qdoc +++ b/src/qml/doc/src/qmllanguageref/syntax/objectattributes.qdoc @@ -1154,7 +1154,7 @@ Text { \endqml More information on enumeration usage in QML can be found in the documentation on -\l {Enumerations in QML}. +\l {QML Enumerations}. The ability to declare enumerations in QML was introduced in Qt 5.10. diff --git a/src/qml/doc/src/qmllanguageref/typesystem/enumerations.qdoc b/src/qml/doc/src/qmllanguageref/typesystem/enumerations.qdoc index a5cb5d8031..0dbc96a5a5 100644 --- a/src/qml/doc/src/qmllanguageref/typesystem/enumerations.qdoc +++ b/src/qml/doc/src/qmllanguageref/typesystem/enumerations.qdoc @@ -2,7 +2,7 @@ // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only /*! \page qtqml-typesystem-enumerations.html -\title Enumerations in QML +\title QML Enumerations \brief Description of QML Enumerations Enumerations used in QML can be defined either in QML or in C++. diff --git a/src/quick/doc/src/qmltypereference.qdoc b/src/quick/doc/src/qmltypereference.qdoc index a080a1e579..a6b51e32f1 100644 --- a/src/quick/doc/src/qmltypereference.qdoc +++ b/src/quick/doc/src/qmltypereference.qdoc @@ -205,15 +205,15 @@ available when you import \c QtQuick. The following properties are also available: \list - \li \l {Enumerations in QML}{enumeration} \c font.weight + \li \l {QML Enumerations}{enumeration} \c font.weight \li \l bool \c font.overline \li \l bool \c font.strikeout - \li \l {Enumerations in QML}{enumeration} \c font.capitalization + \li \l {QML Enumerations}{enumeration} \c font.capitalization \li \l real \c font.letterSpacing \li \l real \c font.wordSpacing \li \l bool \c font.kerning \li \l bool \c font.preferShaping - \li \l {Enumerations in QML}{enumeration} \c font.hintingPreference + \li \l {QML Enumerations}{enumeration} \c font.hintingPreference \li \c object \l [QML] {QtQuick::Text::}{font.features} \li \l string \c font.styleName \li \c object \c [QML] {QtQuick::Text::}{font.variableAxes}