From b99c08dd4ed6c9660e1b2c4d93cb1271e8039e03 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Tue, 11 Jan 2022 15:05:44 +0100 Subject: Doc: Use \inmodule for all classes and headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit QDoc made some assumptions about the module a class/header belongs to, based on the source file path. This feature is rather error-prone and unnecessarily complex and will be removed from QDoc. Define modules explicitly to avoid documentation warnings when this removal happens. Pick-to: 6.2 6.3 Change-Id: I7947d197db5ac36c12e816caa19bb2f74eda8849 Reviewed-by: Edward Welbourne Reviewed-by: MÃ¥rten Nordheim Reviewed-by: Venugopal Shivashankar --- src/gui/painting/qpageranges.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/painting') diff --git a/src/gui/painting/qpageranges.cpp b/src/gui/painting/qpageranges.cpp index dc43143d9c..2970037691 100644 --- a/src/gui/painting/qpageranges.cpp +++ b/src/gui/painting/qpageranges.cpp @@ -374,6 +374,7 @@ QDebug operator<<(QDebug dbg, const QPageRanges &pageRanges) /*! \struct QPageRanges::Range + \inmodule QtGui \brief The QPageRanges::Range struct holds the \c from and \c to endpoints of a range. \sa QPageRanges::toRangeList() -- cgit v1.2.3