Doc: Update example category names

Pick-to: 6.5 6.6
Change-Id: If4a50c403ed0fb299ac0d9a66f1f606151c55930
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
This commit is contained in:
Kai Köhne 2023-07-06 12:15:43 +02:00
parent 6b6678bc88
commit 60f706063a
7 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@
/*!
\example serialization/cbordump
\examplecategory {Input/Output}
\examplecategory {Data Processing & I/O}
\meta tag {network}
\title Parsing and displaying CBOR data

View File

@ -3,7 +3,7 @@
/*!
\example serialization/convert
\examplecategory {Input/Output}
\examplecategory {Data Processing & I/O}
\meta tag {network}
\title Convert Example

View File

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

View File

@ -3,7 +3,7 @@
/*!
\example serialization/streambookmarks
\examplecategory {Input/Output}
\examplecategory {Data Processing & I/O}
\meta tag {network}
\title QXmlStream Bookmarks Example
\brief Demonstrates how to read and write to XBEL files.

View File

@ -5,7 +5,7 @@
\example cachedtable
\title Cached SQL Table
\ingroup sql_examples
\examplecategory {Input/Output}
\examplecategory {Data Processing & I/O}
\brief The Cached Table example shows how a table view can be used to access a database,
caching any changes to the data until the user explicitly submits them using a

View File

@ -3,7 +3,7 @@
/*!
\example widgets/analogclock
\examplecategory {Graphics}
\examplecategory {Graphics & Multimedia}
\meta tags {widgets}
\title Analog Clock

View File

@ -4,7 +4,7 @@
/*!
\example dombookmarks
\title DOM Bookmarks Application
\examplecategory {Input/Output}
\examplecategory {Data Processing & I/O}
\ingroup xml-examples
\meta tag {xml}
\brief Provides a reader for XML Bookmark Exchange Language files.