From 96740ea3fed8a7837dc282135661723858fff198 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Tue, 19 Dec 2023 11:09:32 +0000 Subject: Doc: Fix documentation issues for Qt Core * Fix template arguments in \fn signatures for Qt::compareThreeWay() functions. * Fix template arguments in \fn signatures for QDebug::operator<<() functions. * Fix \sa links to specific overloads of QSpan functions. * Fix \sa links to specific overloads of QFileInfo::fileTime(). * Remove references to 'Custom Type Example' (example has been removed). * Fix linking to 'JSON Save Game' example. * Fix references to 'Queued Custom Type' example. * Fix linking to QCryptographicHash::Algorithm. * Fix linking to Qt Qml module. * Fix undocumented parameters in qHypot(). Pick-to: 6.7 Change-Id: If9eb9978a14e147f003672a682972b319454c311 Reviewed-by: Luca Di Sera Reviewed-by: Thiago Macieira Reviewed-by: Qt CI Bot --- src/corelib/io/qdebug.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/corelib/io/qdebug.cpp') diff --git a/src/corelib/io/qdebug.cpp b/src/corelib/io/qdebug.cpp index ca5da100229..ad967398fb5 100644 --- a/src/corelib/io/qdebug.cpp +++ b/src/corelib/io/qdebug.cpp @@ -985,8 +985,8 @@ QDebug &QDebug::resetFormat() */ /*! - \fn template > QDebug::operator<<(T i) - \fn template > QDebug::operator<<(T i) + \fn template > QDebug::operator<<(T i) + \fn template > QDebug::operator<<(T i) \since 6.7 Prints the textual representation of the 128-bit integer \a i. -- cgit v1.2.3