summaryrefslogtreecommitdiff
path: root/src/multimedia/camera/qcameraimageprocessing.cpp
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2013-01-03 17:50:32 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-17 16:03:48 +0100
commit8e6ffcc6afe984cc9598184c9a71cdf377674597 (patch)
tree1f5cbc92d094903ba9aa97c5859fcf2d72ccd6ed /src/multimedia/camera/qcameraimageprocessing.cpp
parentc6b54f3521bb06c80106ca5a820c5dfd3ca2b093 (diff)
downloadqtmultimedia-8e6ffcc6afe984cc9598184c9a71cdf377674597.tar.gz
Doc: Fixed random QDoc warnings
- Fixed \snippet paths - Minor language edits - Removed unnecessary multiple page commands in a single comment block. For example, \fn and \qmlsignal in a single comment block is not allowed. Such instances must be documented in separate comment blocks. Change-Id: I65f4518499e2600c4e1807356d4116c575e48c19 Reviewed-by: Andy Nichols <andy.nichols@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> (cherry picked from commit 51334d299520118bbbc077696ca589f972a2f2ea)
Diffstat (limited to 'src/multimedia/camera/qcameraimageprocessing.cpp')
-rw-r--r--src/multimedia/camera/qcameraimageprocessing.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/multimedia/camera/qcameraimageprocessing.cpp b/src/multimedia/camera/qcameraimageprocessing.cpp
index 45c8baf38..f90534626 100644
--- a/src/multimedia/camera/qcameraimageprocessing.cpp
+++ b/src/multimedia/camera/qcameraimageprocessing.cpp
@@ -87,11 +87,11 @@ QT_BEGIN_NAMESPACE
For example, you can set the white balance (or color temperature) used
for processing images:
- \snippet doc/src/snippets/multimedia-snippets/camera.cpp Camera image whitebalance
+ \snippet multimedia-snippets/camera.cpp Camera image whitebalance
Or adjust the amount of denoising performed:
- \snippet doc/src/snippets/multimedia-snippets/camera.cpp Camera image denoising
+ \snippet multimedia-snippets/camera.cpp Camera image denoising
In some cases changing these settings may result in a longer delay
before an image is ready.