From fedb1f5b76ea2c5961f21e7ab1e2cf07c71f2a9d Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Tue, 19 Sep 2023 12:55:01 +0000 Subject: [PATCH] Doc: Document QtTypeTraits header There were multiple documented functions with \relates , but the header file itself was not documented. QDoc still created a proxy page for the header, but the information on it was incomplete; for example, deprecated functions were omitted. Pick-to: 6.5 6.6 Fixes: QTBUG-116349 Change-Id: Ic4334a43f72bb8a358cee7537a282495e4a046c6 Reviewed-by: Paul Wicking --- src/corelib/global/qttypetraits.qdoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/corelib/global/qttypetraits.qdoc b/src/corelib/global/qttypetraits.qdoc index 44c9ad685c9..1d5b3360219 100644 --- a/src/corelib/global/qttypetraits.qdoc +++ b/src/corelib/global/qttypetraits.qdoc @@ -1,6 +1,14 @@ // Copyright (C) 2022 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only +/*! + \headerfile + \inmodule QtCore + \since 6.5 + \title Qt Type Traits + \brief Functionality for type traits and transformations. +*/ + /*! \fn template std::underlying_type_t qToUnderlying(Enum e) \relates