Fix API reference and header issues 16/314216/1 accepted/tizen/8.0/unified/20240710.161329
authorJeongmo Yang <jm80.yang@samsung.com>
Tue, 9 Jul 2024 01:11:00 +0000 (10:11 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Tue, 9 Jul 2024 01:13:46 +0000 (10:13 +0900)
Change-Id: I2e56057f9a05af1579b8cab993551ae31c6c7d5e
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
include/camera.h

index 77c0dd502b6e988aa7a2e5d5ae3bd2134e954a81..779497939731eb39ac3b9fc341643eaecf891e73 100644 (file)
@@ -1159,7 +1159,7 @@ int camera_stop_preview(camera_h camera);
  * @post If it succeeds the camera state will be #CAMERA_STATE_CAPTURED.
  *
  * @see camera_start_preview()
- * @see camera_start_continuous_capture();
+ * @see camera_start_continuous_capture()
  * @see camera_foreach_supported_capture_resolution()
  * @see camera_set_capture_resolution()
  * @see camera_get_capture_resolution()
@@ -1200,7 +1200,7 @@ int camera_start_capture(camera_h camera, camera_capturing_cb capturing_cb, came
  * @post   If it succeeds the camera state will be #CAMERA_STATE_CAPTURED.
  *
  * @see camera_start_preview()
- * @see camera_start_capture();
+ * @see camera_start_capture()
  * @see camera_stop_continuous_capture()
  * @see camera_is_supported_zero_shutter_lag()
  */
@@ -2504,8 +2504,8 @@ typedef bool (*camera_attr_supported_theater_mode_cb)(camera_attr_theater_mode_e
  * @param[in] type      The supported ptz type
  * @param[in] user_data The user data passed from the foreach function
  * @return @c true to continue with the next iteration of the loop, \n @c false to break out of the loop
- * @pre camera_attr_foreach_supported_ptz_mode() will invoke this callback.
- * @see camera_attr_foreach_supported_ptz_mode()
+ * @pre camera_attr_foreach_supported_ptz_type() will invoke this callback.
+ * @see camera_attr_foreach_supported_ptz_type()
  */
 typedef bool (*camera_attr_supported_ptz_type_cb)(camera_attr_ptz_type_e type, void *user_data);