Mark \brief comments in thread examples.
Change-Id: Ib496b1e500820774354c20003edb22748324cb5f Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
parent
159713de3b
commit
2a91445415
@ -29,7 +29,7 @@
|
|||||||
\example mandelbrot
|
\example mandelbrot
|
||||||
\title Mandelbrot Example
|
\title Mandelbrot Example
|
||||||
|
|
||||||
The Mandelbrot example shows how to use a worker thread to
|
\brief The Mandelbrot example shows how to use a worker thread to
|
||||||
perform heavy computations without blocking the main thread's
|
perform heavy computations without blocking the main thread's
|
||||||
event loop.
|
event loop.
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
\example queuedcustomtype
|
\example queuedcustomtype
|
||||||
\title Queued Custom Type Example
|
\title Queued Custom Type Example
|
||||||
|
|
||||||
The Queued Custom Type example shows how to send custom types between
|
\brief The Queued Custom Type example shows how to send custom types between
|
||||||
threads with queued signals and slots.
|
threads with queued signals and slots.
|
||||||
|
|
||||||
\image queuedcustomtype-example.png
|
\image queuedcustomtype-example.png
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
\example semaphores
|
\example semaphores
|
||||||
\title Semaphores Example
|
\title Semaphores Example
|
||||||
|
|
||||||
The Semaphores example shows how to use QSemaphore to control
|
\brief The Semaphores example shows how to use QSemaphore to control
|
||||||
access to a circular buffer shared by a producer thread and a
|
access to a circular buffer shared by a producer thread and a
|
||||||
consumer thread.
|
consumer thread.
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
\example waitconditions
|
\example waitconditions
|
||||||
\title Wait Conditions Example
|
\title Wait Conditions Example
|
||||||
|
|
||||||
The Wait Conditions example shows how to use QWaitCondition and
|
\brief The Wait Conditions example shows how to use QWaitCondition and
|
||||||
QMutex to control access to a circular buffer shared by a
|
QMutex to control access to a circular buffer shared by a
|
||||||
producer thread and a consumer thread.
|
producer thread and a consumer thread.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user