* @brief Creates a provider handle.
* @since_tizen 2.3
* @remarks @a provider should be destroyed with data_control_map_destroy().
- * The following example demonstrates how to use the %data_control_map_create() method.
+ * The following example demonstrates how to use the data_control_map_create() method.
*
* @code
*
* %http://tizen.org/privilege/appmanager.launch
* @remarks If you want to use this function, you must add privileges.
* @remarks If the length of value list associated with the @a key is larger than 20, this function only returns the first 20 values.
- * @remarks The following example demonstrates how to use the %data_control_map_get() method.
+ * @remarks The following example demonstrates how to use the data_control_map_get() method.
*
* @code
*
* @privilege %http://tizen.org/privilege/datasharing \n
* %http://tizen.org/privilege/appmanager.launch
* @remarks If you want to use this function, you must add privileges.
- * @remarks The following example demonstrates how to use the %data_control_map_set() method.
+ * @remarks The following example demonstrates how to use the data_control_map_set() method.
*
* @code
*
* @privilege %http://tizen.org/privilege/datasharing \n
* %http://tizen.org/privilege/appmanager.launch
* @remarks If you want to use this function, you must add privileges.
- * @remarks The following example demonstrates how to use the %data_control_map_add() method.
+ * @remarks The following example demonstrates how to use the data_control_map_add() method.
*
* @code
*
* @privilege %http://tizen.org/privilege/datasharing \n
* %http://tizen.org/privilege/appmanager.launch
* @remarks If you want to use this function, you must add privileges.
- * @remarks The following example demonstrates how to use the %data_control_map_remove() method.
+ * @remarks The following example demonstrates how to use the data_control_map_remove() method.
*
* @code
*
* @privilege %http://tizen.org/privilege/datasharing \n
* %http://tizen.org/privilege/appmanager.launch
* @remarks If you want to use this function, you must add privileges.
- * @remarks The following example demonstrates how to use the %data_control_map_add_bulk_data() method.
+ * @remarks The following example demonstrates how to use the data_control_map_add_bulk_data() method.
*
* @code
*
* @since_tizen 2.3
*
* @remarks @a provider should be destroyed with data_control_sql_destroy().
- * The following example demonstrates how to use the %data_control_sql_create() method:
+ * The following example demonstrates how to use the data_control_sql_create() method:
*
* @code
*
*
* @remarks If you want to use this function, you must add privileges.
* @remarks If the value is a string, then the value must be wrapped in single quotes, else it does not need to be wrapped in single quotes.
- * @remarks The following example demonstrates how to use the %data_control_sql_delete() method:
+ * @remarks The following example demonstrates how to use the data_control_sql_delete() method:
*
* @code
*
* %http://tizen.org/privilege/appmanager.launch
*
* @remarks If you want to use this function, you must add privileges.
- * The following example demonstrates how to use the %data_control_sql_insert() method:
+ * The following example demonstrates how to use the data_control_sql_insert() method:
*
* @code
*
* %http://tizen.org/privilege/appmanager.launch
*
* @remarks If you want to use this function, you must add privileges.
- * @remarks The following example demonstrates how to use the %data_control_sql_select() method:
+ * @remarks The following example demonstrates how to use the data_control_sql_select() method:
*
* @code
*
* %http://tizen.org/privilege/appmanager.launch
*
* @remarks If you want to use this function, you must add privileges.
- * The following example demonstrates how to use the %data_control_sql_update() method:
+ * The following example demonstrates how to use the data_control_sql_update() method:
*
* @code
*
* %http://tizen.org/privilege/appmanager.launch
*
* @remarks If you want to use this function, you must add privileges.
- * @remarks The following example demonstrates how to use the %data_control_sql_insert_bulk_data() method:
+ * @remarks The following example demonstrates how to use the data_control_sql_insert_bulk_data() method:
*
* @code
*
/**
* @brief Moves the cursor to the first position.
* @since_tizen 2.3
- * @remarks The following example demonstrates how to use the %data_control_sql_step_first() method:
+ * @remarks The following example demonstrates how to use the data_control_sql_step_first() method:
*
* @code
*
/**
* @brief Moves the cursor to the last position.
* @since_tizen 2.3
- * @remarks The following example demonstrates how to use the %data_control_sql_step_last() method:
+ * @remarks The following example demonstrates how to use the data_control_sql_step_last() method:
*
* @code
*
/**
* @brief Moves the cursor to the next position.
* @since_tizen 2.3
- * @remarks The following example demonstrates how to use the %data_control_sql_step_next() method:
+ * @remarks The following example demonstrates how to use the data_control_sql_step_next() method:
*
* @code
*