diff options
author | Eike Ziller <[email protected]> | 2012-11-28 17:04:12 +0100 |
---|---|---|
committer | The Qt Project <[email protected]> | 2012-11-29 13:51:54 +0100 |
commit | 4727bb59912484b7f67a56b1fbed4919d5b71c19 (patch) | |
tree | 4cfcdffc04316ca5e82f60fe812ce24d04488c36 /examples/widgets/doc/src/transformations.qdoc | |
parent | a4c7340b73fb93813b74001301b274b42990a896 (diff) |
Add \brief to the examples.
That is used by qdoc to generate brief descriptions for the example
manifests.
Change-Id: I142a6d3259f90d0c9990033b3c36e139062ac343
Reviewed-by: Eike Ziller <[email protected]>
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'examples/widgets/doc/src/transformations.qdoc')
-rw-r--r-- | examples/widgets/doc/src/transformations.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/doc/src/transformations.qdoc b/examples/widgets/doc/src/transformations.qdoc index 24eac3ce5b8..47d84455517 100644 --- a/examples/widgets/doc/src/transformations.qdoc +++ b/examples/widgets/doc/src/transformations.qdoc @@ -29,7 +29,7 @@ \example painting/transformations \title Transformations Example - The Transformations example shows how transformations influence + \brief The Transformations example shows how transformations influence the way that QPainter renders graphics primitives. In particular it shows how the order of transformations affect the result. |