remove Doxygen warning
authorMinkyoung Kang <mklove.kang@samsung.com>
Wed, 10 Apr 2013 04:33:53 +0000 (13:33 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Wed, 10 Apr 2013 04:33:53 +0000 (13:33 +0900)
Change-Id: I8f5f7b7b489110ffdb046087dfc8c1eaff8d7a57

inc/FMediaAudioRecorder.h
inc/FMediaCamera.h
inc/FMediaVideoFrame.h
inc/FMediaVideoRecorderTypes.h

index e60f386..c272c6c 100755 (executable)
@@ -286,7 +286,7 @@ public:
        * @exception    E_PRIVILEGE_DENIED              The application does not have the privilege to call this method.
        * @remarks      If this method is called, the state is changed to ::RECORDER_STATE_STOPPING. @n
        *                       After IAudioRecorderEventListener::OnAudioRecorderCanceled() is called, the state is changed
-       *                       to @cRECORDER_STATE_STOPPED.
+       *                       to ::RECORDER_STATE_STOPPED.
        * @see          Record()
         * @see     Stop()
        */
index 222199f..cf5b9a7 100755 (executable)
@@ -723,6 +723,7 @@ public:
        CameraEffect GetEffect(void) const;
 
        /**
+       * @{
        * @if OSPDEPREC
        * Sets the camera's flash.
        *
@@ -743,22 +744,21 @@ public:
        * @exception    E_DEVICE_UNAVAILABLE            The camera becomes unavailable.
        * @exception    E_DEVICE_FAILED                         The device operation has failed.
        * @exception    E_OUT_OF_MEMORY                         The memory is insufficient.
-       * @exception    E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature.
-       * For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
+       * @exception    E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @n
+       *                                                                               For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
        * @exception    E_PRIVILEGE_DENIED                      The application does not have the privilege to call this method.
        * @remarks
        *                       -The flash is switched on when the camera captures a picture. If the value of @c flashOn is
-       *                               set to @c true, this method returns E_UNSUPPORTED_OPERATION in the Emulator. @n
-       *                       -SetFlash(true) works same as SetFlashMode(CAMERA_FLASH_MODE_ON) and SetFlash(false) works same as SetFlashMode(CAMERA_FLASH_MODE_OFF). @n
+       *                       set to @c true, this method returns E_UNSUPPORTED_OPERATION in the Emulator. @n
+       *                       -SetFlash(true) works same as SetFlashMode(CAMERA_FLASH_MODE_ON) and SetFlash(false) works same as SetFlashMode(CAMERA_FLASH_MODE_OFF).
        *                       -For more information on the relationship between this method and the PowerOn() method, and the
-       *               state transition caused by this method, see <a href="../org.tizen.native.appprogramming/html/guide/media/launching_camera.htm
-       ">here</a>.
-       * @remarks
-       *                       -In a zero-shutter-lag camera, only the default preview format applies this feature.
+       *               state transition caused by this method, see <a href="../org.tizen.native.appprogramming/html/guide/media/launching_camera.htm">here</a>.
+       *                       - In a zero-shutter-lag camera, only the default preview format applies this feature.
        * @see                  IsFlashOn()
-        * @see         SetFlashMode()
-        * @see         CameraFlashMode
-       *
+       * @see          SetFlashMode()
+       * @see          CameraFlashMode
+       * @}
+       * @endif
        */
        result SetFlash(bool flashOn)
        {
@@ -1583,8 +1583,7 @@ public:
        * @exception    E_PRIVILEGE_DENIED              The application does not have the privilege to call this method.
        * @exception    E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature.
        * For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
-       * @remarks
-       *                       -IVideoStreamFilter::ProcessVideoStream() will be called when the video frame is ready.
+       * @remarks IVideoStreamFilter::ProcessVideoStream() will be called when the video frame is ready.
        */
        result AddVideoStreamFilter(Tizen::Media::IVideoStreamFilter& filter);
 
index 169ad84..d846250 100755 (executable)
@@ -226,7 +226,7 @@ public:
         * @since               2.1
         *
         * @return       The plane data, @n
-        *               else @null if an error occurred
+        *               else @null if an error occurred
         * @param[in]   index                           The index at which the value is read
         * @exception   E_SUCCESS                                       The method is successful.
         * @exception   E_OUT_OF_RANGE                          The specified index is out of range.
index 23c47fb..fd06a60 100755 (executable)
@@ -75,8 +75,8 @@ enum VideoRecordingFormat
  */
 enum VideoRecorderMode
 {
-       VIDEORECORDER_MODE_VIDEO_WITH_AUDIO,                /**< The video with audio mode*/
-       VIDEORECORDER_MODE_VIDEO_ONLY,                      /**< The video only mode*/
+       VIDEORECORDER_MODE_VIDEO_WITH_AUDIO,                /**< @if OSPDEPREC The video with audio mode @endif */
+       VIDEORECORDER_MODE_VIDEO_ONLY,                      /**< @if OSPDEPREC The video only mode @endif */
 };
 
 }}