From 2d0c7d3d9e0f88fe2328eab04372a7efbf9b29cb Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Mon, 30 Mar 2020 18:10:24 +0200 Subject: Doc: Document QTestStream manipulators under the Qt namespace The global variants of the manipulators have been deprecated in favor of the ones in the Qt namespace. However, only one set was documented (the deprecated ones). Ensure documentation for both sets is generated, and link to the Qt:: manipulators in QTextStream documentation. Fixes: QTBUG-82532 Change-Id: I430d15f6d9a34411d1d7265031249e600f6874ef Reviewed-by: Kai Koehne --- src/corelib/doc/src/dontdocument.qdoc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/corelib/doc') diff --git a/src/corelib/doc/src/dontdocument.qdoc b/src/corelib/doc/src/dontdocument.qdoc index 01bed99a57..0150d07019 100644 --- a/src/corelib/doc/src/dontdocument.qdoc +++ b/src/corelib/doc/src/dontdocument.qdoc @@ -39,3 +39,8 @@ QJsonValueRefPtr QLinkedListNode QAbstractConcatenable QStringBuilderCommon QTextCodec::ConverterState QThreadStorageData QTextStreamManipulator) */ + +/*! + \internal + \namespace QTextStreamFunctions +*/ -- cgit v1.2.3