From: Jeongmo Yang Date: Tue, 9 Jul 2024 01:11:00 +0000 (+0900) Subject: Fix API reference and header issues X-Git-Tag: accepted/tizen/unified/20240711.011436^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eb7a578d26113af8df6bd90f7e653bcbda66e19e;p=platform%2Fcore%2Fapi%2Fcamera.git Fix API reference and header issues Change-Id: I2e56057f9a05af1579b8cab993551ae31c6c7d5e Signed-off-by: Jeongmo Yang --- diff --git a/include/camera.h b/include/camera.h index b7dbdfc..2610590 100644 --- a/include/camera.h +++ b/include/camera.h @@ -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);