Doc: Add XML, Json, CBOR examples to IO category

Task-number: QTBUG-112372
Change-Id: I867bd33ff08629e03b35eccd4b7418573abe7c68
Reviewed-by: Øystein Heskestad <oystein.heskestad@qt.io>
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
(cherry picked from commit 0de3a17394e947bb04de0a004bb18f7533acfbb6)
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
This commit is contained in:
Kai Köhne 2023-05-05 11:15:08 +02:00
parent c62c68920d
commit d5d5beb79e
5 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,7 @@
/*!
\example serialization/cbordump
\examplecategory {Input/Output}
\title Parsing and displaying CBOR data
\brief A demonstration of how to parse files in CBOR format.

View File

@ -3,6 +3,7 @@
/*!
\example serialization/convert
\examplecategory {Input/Output}
\title Convert Example
\brief The Convert example demonstrates how to convert between different

View File

@ -3,6 +3,7 @@
/*!
\example serialization/savegame
\examplecategory {Input/Output}
\title JSON Save Game Example
\brief The JSON Save Game example demonstrates how to save and load a

View File

@ -4,6 +4,7 @@
/*!
\example serialization/streambookmarks
\title QXmlStream Bookmarks Example
\examplecategory {Input/Output}
\brief Demonstrates how to read and write to XBEL files.
\ingroup xml-examples

View File

@ -4,6 +4,7 @@
/*!
\example dombookmarks
\title DOM Bookmarks Example
\examplecategory {Input/Output}
\ingroup xml-examples
\brief Provides a reader for XML Bookmark Exchange Language files.