From dc33b0ca7a680713552063d7f74befea53f34814 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 6 Sep 2023 13:05:41 +0000 Subject: Doc: Fix warnings and linking issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove or replace links to examples that were removed or moved under manual tests. Replace code snippets that were quoting the now-missing examples. Fix documentation of QSet::removeIf(). Fix typo in documentation macro: Unknown command '\examplecateogry'. Add qtopengl, qtshadertools dependencies to Qt Widgets documentation project to enable correct linking to those topics. Mark all documentation sets in qtbase as free of warnings. Pick-to: 6.6 6.5 Change-Id: I058cd5f2063aa933ea310bceff906f05422a7cb2 Reviewed-by: Topi Reiniƶ --- src/sql/doc/qtsql.qdocconf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/sql') diff --git a/src/sql/doc/qtsql.qdocconf b/src/sql/doc/qtsql.qdocconf index 47c172d54b..06b09771ba 100644 --- a/src/sql/doc/qtsql.qdocconf +++ b/src/sql/doc/qtsql.qdocconf @@ -39,3 +39,6 @@ imagedirs += images \ navigation.landingpage = "Qt SQL" navigation.cppclassespage = "Qt SQL C++ Classes" + +# Enforce zero documentation warnings +warninglimit = 0 -- cgit v1.2.3