summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/core/doc/qtwebengine.qdocconf3
-rw-r--r--src/core/doc/src/qtwebengine-deploying.qdoc2
-rw-r--r--src/pdf/doc/qtpdf.qdocconf3
-rw-r--r--src/pdfwidgets/qpdfpageselector.cpp4
4 files changed, 9 insertions, 3 deletions
diff --git a/src/core/doc/qtwebengine.qdocconf b/src/core/doc/qtwebengine.qdocconf
index 206ecc2ef..6b78f13f8 100644
--- a/src/core/doc/qtwebengine.qdocconf
+++ b/src/core/doc/qtwebengine.qdocconf
@@ -91,3 +91,6 @@ navigation.qmltypespage = "Qt WebEngine QML Types"
# \QWE macro expands to 'Qt WebEngine' without auto-linking anywhere.
macro.QWE = "Qt \\WebEngine"
+
+# Enforce zero documentation warnings
+warninglimit = 0
diff --git a/src/core/doc/src/qtwebengine-deploying.qdoc b/src/core/doc/src/qtwebengine-deploying.qdoc
index 08f7a6b1c..3d8a976c8 100644
--- a/src/core/doc/src/qtwebengine-deploying.qdoc
+++ b/src/core/doc/src/qtwebengine-deploying.qdoc
@@ -147,7 +147,7 @@
\section2 \macos Specific Deployment Steps
- To deploy a \QWE application on \maocs, you will need to ensure that the \QWE process is signed
+ To deploy a \QWE application on \macos, you will need to ensure that the \QWE process is signed
with an entitlements file that at least contains the entitlements listed in
QtWebEngineCore.framework/Helpers/QtWebEngineProcess.app/Contents/Resources/QtWebEngineProcess.entitlements.
diff --git a/src/pdf/doc/qtpdf.qdocconf b/src/pdf/doc/qtpdf.qdocconf
index 39442cae8..d0340fe83 100644
--- a/src/pdf/doc/qtpdf.qdocconf
+++ b/src/pdf/doc/qtpdf.qdocconf
@@ -62,3 +62,6 @@ imagedirs += images
navigation.landingpage = "Qt PDF"
navigation.cppclassespage = "Qt PDF C++ Classes"
navigation.qmltypespage = "Qt Quick PDF QML Types"
+
+# Enforce zero documentation warnings
+warninglimit = 0
diff --git a/src/pdfwidgets/qpdfpageselector.cpp b/src/pdfwidgets/qpdfpageselector.cpp
index 0c42573d8..66b781ed3 100644
--- a/src/pdfwidgets/qpdfpageselector.cpp
+++ b/src/pdfwidgets/qpdfpageselector.cpp
@@ -87,9 +87,9 @@ void QPdfPageSelector::setCurrentPage(int index)
}
/*!
- \property QPdfPageSelector::currentPageIndex
+ \property QPdfPageSelector::currentPageLabel
- This property holds the page label corresponding to the current page index
+ This property holds the page label corresponding to the current page
in the document.
This is the text presented to the user.