summaryrefslogtreecommitdiffstats
path: root/examples/corelib/serialization
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2023-09-01 16:57:01 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2023-09-11 17:56:51 +0200
commite67f030600886a5630e22fa912e22087a7d63c56 (patch)
treeed3471e74b331d3efe425a4869fd7bf0ea9e3acf /examples/corelib/serialization
parent31524cef8efe62af641dc39fb36220303e329d81 (diff)
Make \brief of Saving a Game to File actually brief
Specifically, prune it to fit on a single line. Much of what it was saying was implicit in its context already. It also neglected to mention CBOR's part in the story. Pick-to: 6.6 6.5 Task-number: QTBUG-111228 Change-Id: I161a345cbbea8b706490fcbbadecd01b8946af31 Reviewed-by: Konrad Kujawa <konrad.kujawa@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'examples/corelib/serialization')
-rw-r--r--examples/corelib/serialization/savegame/doc/src/savegame.qdoc3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/corelib/serialization/savegame/doc/src/savegame.qdoc b/examples/corelib/serialization/savegame/doc/src/savegame.qdoc
index c3fc915749..14d99ccace 100644
--- a/examples/corelib/serialization/savegame/doc/src/savegame.qdoc
+++ b/examples/corelib/serialization/savegame/doc/src/savegame.qdoc
@@ -6,8 +6,7 @@
\examplecategory {Data Processing & I/O}
\title JSON Save Game Example
- \brief The JSON Save Game example demonstrates how to save and load a
- small game using QJsonDocument, QJsonObject and QJsonArray.
+ \brief How to save and load a game using Qt's JSON or CBOR classes.
Many games provide save functionality, so that the player's progress through
the game can be saved and loaded at a later time. The process of saving a