From 8c577892975f05d0c280a2e46468163dc7581d6a Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 22 Sep 2021 16:39:37 +0200 Subject: Doc: Ignore old \since versions As Qt Multimedia in 6.2 is the module's first release in Qt 6 and has undergone major changes compared to Qt 5, ignore old \since documentation tags as they don't really provide much value. After this change, only \since 6.3 and newer changes generate output in the documentation. Change-Id: I5cf3c5810d9ceea57e931bb7637933c8062ab895 Reviewed-by: Lars Knoll (cherry picked from commit 5f9b4fe82cbb1f3959ccc558bf7e9f7cd1564606) Reviewed-by: Qt Cherry-pick Bot --- src/multimedia/doc/qtmultimedia.qdocconf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/multimedia/doc/qtmultimedia.qdocconf b/src/multimedia/doc/qtmultimedia.qdocconf index 09af5077a..49aec6512 100644 --- a/src/multimedia/doc/qtmultimedia.qdocconf +++ b/src/multimedia/doc/qtmultimedia.qdocconf @@ -63,6 +63,9 @@ excludedirs += ../../gsttools depends += qtcore qtdoc qtgui qtquick qtqml qtwidgets qtnetwork +# Ignore \since commands for versions earlier than 6.3 +ignoresince = 6.3 + navigation.landingpage = "Qt Multimedia" navigation.cppclassespage = "Qt Multimedia C++ Classes" navigation.qmltypespage = "Qt Multimedia QML Types" -- cgit v1.2.3