Doxygen Comment update about HDR 79/211479/1 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix accepted/tizen/5.5/unified/20191031.030900 accepted/tizen/5.5/unified/mobile/hotfix/20201027.065504 accepted/tizen/unified/20190823.092338 submit/tizen/20190814.051743 submit/tizen_5.5/20191031.000002 submit/tizen_5.5_mobile_hotfix/20201026.185102 tizen_5.5.m2_release
authorHyuntae Kim <ht1211.kim@samsung.com>
Tue, 6 Aug 2019 00:45:03 +0000 (09:45 +0900)
committerHyuntae Kim <ht1211.kim@samsung.com>
Tue, 6 Aug 2019 00:45:10 +0000 (09:45 +0900)
Change-Id: I2f8b438557732701571b22c1b583ebcc5921cac1

include/camera.h

index d0a2f83..39da0ac 100644 (file)
@@ -3591,7 +3591,7 @@ int camera_attr_foreach_supported_stream_flip(camera_h camera, camera_attr_suppo
 typedef void (*camera_attr_hdr_progress_cb)(int percent, void *user_data);
 
 /**
- * @brief Sets the mode of HDR (High dynamic range) capture.
+ * @brief Sets the mode of HDR (High Dynamic Range) capture.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @remarks Taking multiple pictures at different exposure levels and intelligently stitching them together so that we eventually arrive at a picture that is representative in both dark and bright areas.\n
  *          If this attribute is set to @c true. camera_attr_hdr_progress_cb() is invoked during capture.\n
@@ -3615,7 +3615,7 @@ typedef void (*camera_attr_hdr_progress_cb)(int percent, void *user_data);
 int camera_attr_set_hdr_mode(camera_h camera, camera_attr_hdr_mode_e mode);
 
 /**
- * @brief Gets the mode of HDR (High dynamic range) capture.
+ * @brief Gets the mode of HDR (High Dynamic Range) capture.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @param[in] camera The handle to the camera
  * @param[out] mode The mode of HDR capture