summaryrefslogtreecommitdiffstats
path: root/examples/corelib/serialization/savegame/doc
diff options
context:
space:
mode:
authorØystein Heskestad <oystein.heskestad@qt.io>2022-08-24 17:54:37 +0200
committerØystein Heskestad <oystein.heskestad@qt.io>2022-09-02 08:38:11 +0000
commit192df6ef4772535b110957eb684da72237f9a510 (patch)
tree164cd08d77cc3e794919127e3422179b5b7c1ce8 /examples/corelib/serialization/savegame/doc
parent255234136c678f26b348f0c9cfeaebd9e20d5411 (diff)
Add CBOR documentation
Add documentation of usage of CBOR in convert and cbordump examples, add a CBOR overview, and add links to them other places in the documentation. Task-number: QTBUG-85912 Change-Id: I518792db63647bf9ddd4507d8d4b7ef056192f82 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> (cherry picked from commit 855a9ca217ad3b9d8eb8f6544698a174323843fc) Reviewed-by: Ievgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>
Diffstat (limited to 'examples/corelib/serialization/savegame/doc')
-rw-r--r--examples/corelib/serialization/savegame/doc/src/savegame.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/corelib/serialization/savegame/doc/src/savegame.qdoc b/examples/corelib/serialization/savegame/doc/src/savegame.qdoc
index 0246ae48bb..233c81dd8b 100644
--- a/examples/corelib/serialization/savegame/doc/src/savegame.qdoc
+++ b/examples/corelib/serialization/savegame/doc/src/savegame.qdoc
@@ -158,5 +158,5 @@
human-readable JSON files, but you also have the option to use a binary
format if it's required, \e without rewriting any code.
- \sa {JSON Support in Qt}, {Data Storage}
+ \sa {JSON Support in Qt}, {CBOR Support in Qt}, {Data Storage}
*/