Fix up a few doc issues
* lingering references to Mobility * missing group tags on some classes meant they went missing * put classes into functional groups as well (e.g. audio, camera) * added some of the qdoc files to OTHER_FILES so they show up in Creator There are still a lot of warnings since it seems like qdoc is not processing the controls directory. Change-Id: I036f8826ae63f8273b3e649cb32c091d964ce830 Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
53d71baed3
commit
508ca28196
@@ -81,7 +81,8 @@ QT_BEGIN_NAMESPACE
|
||||
\brief The QCamera class provides interface for system camera devices.
|
||||
|
||||
\inmodule QtMultimedia
|
||||
\ingroup camera
|
||||
\ingroup multimedia
|
||||
\ingroup multimedia_camera
|
||||
|
||||
QCamera can be used with QVideoWidget for viewfinder display,
|
||||
QMediaRecorder for video recording and QCameraImageCapture for image taking.
|
||||
|
||||
@@ -58,7 +58,8 @@ QT_BEGIN_NAMESPACE
|
||||
\brief The QCameraExposure class provides interface for exposure related camera settings.
|
||||
|
||||
\inmodule QtMultimedia
|
||||
\ingroup camera
|
||||
\ingroup multimedia
|
||||
\ingroup multimedia_camera
|
||||
|
||||
*/
|
||||
|
||||
|
||||
@@ -110,7 +110,8 @@ public:
|
||||
\brief The QCameraFocusZone class provides information on zones used for autofocusing a camera.
|
||||
|
||||
\inmodule QtMultimedia
|
||||
\ingroup camera
|
||||
\ingroup multimedia
|
||||
\ingroup multimedia_camera
|
||||
|
||||
For cameras that support autofocusing, in order for a camera to autofocus on
|
||||
part of a sensor frame, it considers different zones within the frame. Which
|
||||
|
||||
@@ -59,7 +59,8 @@ QT_BEGIN_NAMESPACE
|
||||
/*!
|
||||
\class QCameraImageCapture
|
||||
\inmodule QtMultimedia
|
||||
\ingroup camera
|
||||
\ingroup multimedia
|
||||
\ingroup multimedia_camera
|
||||
|
||||
|
||||
\brief The QCameraImageCapture class is used for the recording of media content.
|
||||
|
||||
@@ -74,7 +74,8 @@ QT_BEGIN_NAMESPACE
|
||||
image processing related camera settings.
|
||||
|
||||
\inmodule QtMultimedia
|
||||
\ingroup camera
|
||||
\ingroup multimedia
|
||||
\ingroup multimedia_camera
|
||||
|
||||
After capturing the data for a camera frame, the camera hardware and
|
||||
software performs various image processing tasks to produce a final
|
||||
|
||||
Reference in New Issue
Block a user