Fix API reference and header issues 14/314214/1 accepted/tizen_unified accepted/tizen_unified_dev accepted/tizen_unified_x tizen accepted/tizen/unified/20240711.011436 accepted/tizen/unified/dev/20240711.085712 accepted/tizen/unified/x/20240711.084608
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:11:00 +0000 (10:11 +0900)
Change-Id: I2e56057f9a05af1579b8cab993551ae31c6c7d5e
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
include/camera.h

index b7dbdfc..2610590 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()
  */
@@ -2522,8 +2522,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);