apply doxygen from DXL
[platform/core/api/location-manager.git] / include / location_bounds.h
index 6d2c665..8d0248f 100644 (file)
@@ -24,7 +24,8 @@
 extern "C" {
 #endif
 
-#define LOCATION_BOUNDS_ERROR_CLASS                    TIZEN_ERROR_LOCATION_MANAGER | 0x20
+#define LOCATION_BOUNDS_ERROR_CLASS TIZEN_ERROR_LOCATION_MANAGER | 0x20
+
 
 /**
  * @addtogroup CAPI_LOCATION_BOUNDS_MODULE
@@ -100,7 +101,7 @@ typedef bool (*polygon_coords_cb)(location_coords_s coords, void *user_data);
  * @brief Called when the given boundary is entered or exited.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @param[in] state The boundary state
- * @pre location_manager_start() will invoke this callback if you register this callback using location_bounds_set_state_changed_cb()
+ * @pre location_manager_start() will invoke this callback if you register this callback using location_bounds_set_state_changed_cb().
  * @see #location_boundary_state_e
  * @see location_manager_start()
  * @see location_bounds_set_state_changed_cb()
@@ -282,7 +283,7 @@ int location_bounds_destroy(location_bounds_h bounds);
  * @retval #LOCATION_BOUNDS_ERROR_NONE Successful
  * @retval #LOCATION_BOUNDS_ERROR_INVALID_PARAMETER    Invalid parameter
  * @retval #LOCATION_BOUNDS_ERROR_NOT_SUPPORTED        Not supported
- * @post location_bounds_state_changed_cb() will be invoked
+ * @post location_bounds_state_changed_cb() will be invoked.
  * @see location_bounds_unset_state_changed_cb()
  * @see location_bounds_state_changed_cb()
  */