Revamp Bindable Properties exp: Revisit documentation

Remove "Example" from the title.
Add \examplecategory Data Processing & I/O

Fixes: QTBUG-114689
Pick-to: 6.5
Change-Id: I695df195819cc371d404c4c5f01a0c4830d9c438
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
(cherry picked from commit 9d32288a3806fb7d7ac938e71d7d49702b16be93)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Rym Bouabid 2023-10-04 14:26:11 +02:00 committed by Qt Cherry-pick Bot
parent c49ccb12e6
commit 00da474fca
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,8 @@
/*! /*!
\example bindableproperties \example bindableproperties
\title Bindable Properties Example \examplecategory {Data Processing & I/O}
\title Bindable Properties
\brief Demonstrates how the usage of bindable properties can simplify \brief Demonstrates how the usage of bindable properties can simplify
your C++ code. your C++ code.

View File

@ -32,7 +32,7 @@
different objects. different objects.
The \l {Introductory Example} below demonstrates the usage of bindable The \l {Introductory Example} below demonstrates the usage of bindable
properties in C++ code. You can also check \l {Bindable Properties Example} properties in C++ code. You can also check \l {Bindable Properties} example
to see how the bindable properties can help to improve your code. to see how the bindable properties can help to improve your code.
\section1 Introductory Example \section1 Introductory Example