summaryrefslogtreecommitdiffstats
path: root/doc/src/cameraoverview.qdoc
diff options
context:
space:
mode:
authorAngus Cummings <angus.cummings@nokia.com>2012-04-30 16:49:23 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-16 05:21:25 +0200
commit9e6d03584a097964e5f08c46cd02338b0b043080 (patch)
treed00b2c09412236e387337890bb2260dc2d3741d6 /doc/src/cameraoverview.qdoc
parentfdb5c419c4fb7b1ae0268e496ccdd0ffa03b74ce (diff)
Minor doc fixes for QML
renaming QML element to QML type removing some \fn tags that were making the docs not build some rewording some new signal docs Change-Id: I9b350dad1780276959aef4105e53b91082a6083e Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
Diffstat (limited to 'doc/src/cameraoverview.qdoc')
-rw-r--r--doc/src/cameraoverview.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/cameraoverview.qdoc b/doc/src/cameraoverview.qdoc
index 095cca77e..80bf70570 100644
--- a/doc/src/cameraoverview.qdoc
+++ b/doc/src/cameraoverview.qdoc
@@ -104,7 +104,7 @@ a photo or video, and then switch to a slower but higher resolution
mode for capturing the image.
Depending on whether you're using QML or C++, you can do this in multiple ways.
-In QML, you can use the Camera and VideoOutput elements together to show a
+In QML, you can use \l Camera and \l VideoOutput together to show a
simple viewfinder:
\qml
@@ -210,7 +210,7 @@ and then use this point so that the image exposure is best at that point.
Finally, you can control the flash hardware (if present) using this class. In some cases
the hardware may also double as a torch (typically when the flash is LED based, rather than
-a xenon or other bulb). See also the \l {Torch} QML element for an easy to use API for
+a xenon or other bulb). See also \l {Torch} for an easy to use API for
torch functionality.
\target camera_image_processing
@@ -255,7 +255,7 @@ There are both C++ and QML examples available.
\annotatedlist multimedia_camera
-\section2 QML Elements
+\section2 QML Types
\annotatedlist camera_qml