Doc: Resolve documentation build warnings

Change-Id: I3b0fb5f4f734d3b2a3315479655f6434e8d85b16
Reviewed-by: Jerome Pasion <jerome.pasion@qt.io>
(cherry picked from commit 51a753e71c)
This commit is contained in:
Alexei Cazacov 2025-09-26 15:42:03 +03:00
parent 0de0b0ffdb
commit 67ff19dcbe
4 changed files with 4 additions and 5 deletions

View File

@ -71,7 +71,6 @@ Qt Quick Applications and related modules, visit the \l{QML Applications} page.
\li \l{qtquick-usecase-animations.html}{Animations in QML}
\li \l{qtquick-usecase-text.html}{Displaying Text in QML}
\li \l{qtquick-usecase-layouts.html}{Layouts in QML}
\li \l{qtquick-usecase-styling.html}{Style and Theme Support}
\li \l{qtquick-usecase-integratingjs.html}{Integrating JavaScript in QML}
\endlist
\enddiv

View File

@ -121,7 +121,7 @@ QML code is used in applications.
\list
\li \l{Overview - QML and C++ Integration}
\li \l{Deploying Qt Quick applications}
\li \l{Deploying QML Applications}
\li \l{Qt Quick Compiler}
\li \l{Best Practices for QML and Qt Quick}
\li \l{Performance considerations and suggestions}
@ -129,7 +129,7 @@ QML code is used in applications.
\li Testing and Debugging
\list
\li \l{qml_runtime_tool}{Prototyping with the QML Runtime Tool}
\li \l{Debugging Qt Quick applications}
\li \l{Debugging QML Applications}
\li \l{Qt Quick Test}{Qt Quick Test: QML Unit Testing Framework}
\endlist
\endlist

View File

@ -8,7 +8,7 @@ QT_BEGIN_NAMESPACE
/*!
\qmltype FontInfo
\instantiates QQuickFontInfo
\nativetype QQuickFontInfo
\inqmlmodule QtQuick
\since 6.9
\ingroup qtquick-text-utility

View File

@ -100,7 +100,7 @@ QQuickRectangleShape::QQuickRectangleShape(QQuickItem *parent)
can also be specified separately for each corner. Additionally, \l bevel
can be applied on any corner to cut it off sharply.
RectangleShape's default value for \l preferredRendererType is
RectangleShape's default value for \l {QtQuick.Shapes::Shape::preferredRendererType} is
\c Shape.CurveRenderer.
\section1 Example Usage