summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Di Sera <luca.disera@qt.io>2022-09-02 14:25:23 +0200
committerLuca Di Sera <luca.disera@qt.io>2022-09-02 15:57:32 +0200
commitd77b77b5b25d845bf86ac13b86487e3955f0acac (patch)
tree03cfb66300df1464b873e358b632e914e3f80daf
parent0ed9ac8c5d29e439c66d897b9c0b0d5ac55b6cfe (diff)
Doc: Remove incorrect "\noautolist" usages
QDoc generates automatic lists of elements for some of its pages that represent entities that might contain a series of related elements. In particular, "\module", "\qmlmodule", "\group" and "\example". Due to recent changes to QDoc, usages of "\noautolist" in comment-blocks that do not represent one of those topics, that is, where the command has no meaning, will now produce a warning. 4 incorrect usages of the command were found in "src/core/doc/src/qt3d-module.qdoc", where they were used under a "\page" comment-block. Further to being under an incorrect topic, all 4 usages where under the same comment-block but, as "\noautolist" ties to the entire block and its topic, multiple usages of the command are never meaningful even if under a correct topic. To avoid increasing the warning count, possibly resulting in future CI failures, the "\noautolist" instances were removed. Change-Id: I95345e43b55372907342b5d8319eb1074e524e13 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
-rw-r--r--src/core/doc/src/qt3d-module.qdoc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/doc/src/qt3d-module.qdoc b/src/core/doc/src/qt3d-module.qdoc
index 143ad556b..f75d46dc3 100644
--- a/src/core/doc/src/qt3d-module.qdoc
+++ b/src/core/doc/src/qt3d-module.qdoc
@@ -76,19 +76,15 @@
\section2 Qt 3D Render Module
\generatelist {qmltypesbymodule Qt3D.Render}
- \noautolist
\section2 Qt 3D Extras Module
\generatelist {qmltypesbymodule Qt3D.Extras}
- \noautolist
\section2 Qt 3D Animation Module
\generatelist {qmltypesbymodule Qt3D.Animation}
- \noautolist
\section2 Qt 3D Scene2D Module
\generatelist {qmltypesbymodule QtQuick.Scene2D}
- \noautolist
\section2 Qt 3D Scene3D Module
\generatelist {qmltypesbymodule QtQuick.Scene3D}