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.5
Task-number: QTBUG-111228
Change-Id: I161a345cbbea8b706490fcbbadecd01b8946af31
Reviewed-by: Konrad Kujawa <konrad.kujawa@qt.io>
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
(cherry picked from commit e67f030600886a5630e22fa912e22087a7d63c56)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Edward Welbourne 2023-09-01 16:57:01 +02:00 committed by Qt Cherry-pick Bot
parent 84f0320209
commit f435aeb904

View File

@ -6,8 +6,7 @@
\examplecategory {Data Processing & I/O} \examplecategory {Data Processing & I/O}
\title JSON Save Game Example \title JSON Save Game Example
\brief The JSON Save Game example demonstrates how to save and load a \brief How to save and load a game using Qt's JSON or CBOR classes.
small game using QJsonDocument, QJsonObject and QJsonArray.
Many games provide save functionality, so that the player's progress through 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 the game can be saved and loaded at a later time. The process of saving a