diff options
author | Jeongmo Yang <jm80.yang@samsung.com> | 2024-07-09 10:11:00 +0900 |
---|---|---|
committer | Jeongmo Yang <jm80.yang@samsung.com> | 2024-07-09 10:13:46 +0900 |
commit | 20063f65622db70bd653fdb623ec0c28e0ab8a14 (patch) | |
tree | ab4aad32551e216fd4ee93fdc189d9a7597ea8ed | |
parent | 6338e88f11ff59631f4ef62350b326bc572d2c27 (diff) | |
download | camera-20063f65622db70bd653fdb623ec0c28e0ab8a14.tar.gz camera-20063f65622db70bd653fdb623ec0c28e0ab8a14.tar.bz2 camera-20063f65622db70bd653fdb623ec0c28e0ab8a14.zip |
Fix API reference and header issuesaccepted/tizen/8.0/unified/20240710.161329
Change-Id: I2e56057f9a05af1579b8cab993551ae31c6c7d5e
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
-rw-r--r-- | include/camera.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/camera.h b/include/camera.h index 77c0dd5..7794979 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() */ @@ -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); |