summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/examples/declarative-camera.qdoc5
-rw-r--r--doc/src/plugins/qml-multimedia.qdoc6
2 files changed, 5 insertions, 6 deletions
diff --git a/doc/src/examples/declarative-camera.qdoc b/doc/src/examples/declarative-camera.qdoc
index 5f02d855c..7219e85da 100644
--- a/doc/src/examples/declarative-camera.qdoc
+++ b/doc/src/examples/declarative-camera.qdoc
@@ -35,9 +35,8 @@ or video.
\image qml-camera.png
-This example demonstrates the basic use of the Camera QML Plugin types. The
-plugin provides access to the API functionality for camera settings and
-capturing an image.
+This example demonstrates how to use the Qt Multimedia QML API to access
+camera functions. It shows how to change settings and to capture images.
Most of the QML code supports the user interface for this application with the
camera types being mostly found in \e {declarative-camera.qml} and
diff --git a/doc/src/plugins/qml-multimedia.qdoc b/doc/src/plugins/qml-multimedia.qdoc
index 465f3a044..460f08a44 100644
--- a/doc/src/plugins/qml-multimedia.qdoc
+++ b/doc/src/plugins/qml-multimedia.qdoc
@@ -34,14 +34,14 @@
/*!
\page qml-multimedia.html
- \title Multimedia QML Plugin
+ \title Qt Multimedia QML API
- \brief A QML plugin for the Qt Multimedia API.
+ \brief A QML API for the Qt Multimedia module.
\section1 Overview
- The Qt Multimedia API gives developers a simplified way to use audio and video playback, and access camera functionality. The Multimedia QML Plugin provides a QML friendly interface to these features.
+ The Qt Multimedia module gives developers a simplified way to use audio and video playback, and access camera functionality. The Multimedia QML API provides a QML friendly interface to these features.
\section1 Types