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
|
||||
\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
|
||||
event loop.
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
\example queuedcustomtype
|
||||
\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.
|
||||
|
||||
\image queuedcustomtype-example.png
|
||||
|
@ -29,7 +29,7 @@
|
||||
\example semaphores
|
||||
\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
|
||||
consumer thread.
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
\example waitconditions
|
||||
\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
|
||||
producer thread and a consumer thread.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user