summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/cbor.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/doc/src/cbor.qdoc')
-rw-r--r--src/corelib/doc/src/cbor.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/corelib/doc/src/cbor.qdoc b/src/corelib/doc/src/cbor.qdoc
index 22252bbd88..30d7ddaf60 100644
--- a/src/corelib/doc/src/cbor.qdoc
+++ b/src/corelib/doc/src/cbor.qdoc
@@ -6,6 +6,7 @@
\title CBOR Support in Qt
\ingroup qt-basic-concepts
\brief An overview of CBOR support in Qt.
+ \ingroup explanations-dataprocessingandio
\ingroup frameworks-technologies
@@ -35,7 +36,7 @@
In addition, CBOR can add a "tag" to extend the meaning of the type. The
container types can contain basic types, string-like types and containers.
- \sa {Cbordump Example}, {Convert Example}, {JSON Save Game Example}
+ \sa {Parsing and displaying CBOR data}, {Serialization Converter}, {Saving and Loading a Game}
\section1 The CBOR Classes