summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2020-03-30 18:10:24 +0200
committerTopi Reinio <topi.reinio@qt.io>2020-04-07 09:32:19 +0200
commit2d0c7d3d9e0f88fe2328eab04372a7efbf9b29cb (patch)
treee3d1ba70015668f7c91e87358a0bed7116f1ee65 /src/corelib/doc
parent12fc3f575102a69fcfba36eeb9ae04bd3d54d820 (diff)
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 <kai.koehne@qt.io>
Diffstat (limited to 'src/corelib/doc')
-rw-r--r--src/corelib/doc/src/dontdocument.qdoc5
1 files changed, 5 insertions, 0 deletions
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
+*/