Revamp Bindable Properties exp: Revisit documentation

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

Fixes: QTBUG-114689
Pick-to: 6.6 6.5
Change-Id: I695df195819cc371d404c4c5f01a0c4830d9c438
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
This commit is contained in:
Rym Bouabid 2023-10-04 14:26:11 +02:00
parent e51bc06768
commit 9d32288a38
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