/**
- * @brief Gets the boolean value of the @a platform feature.
+ * @brief Gets the boolean type value of the @a platform feature.
+ * @details The keys for the platform functions are specified by the Tizen platform and can be seen <a href="https://docs.tizen.org/application/native/guides/device/system">here.</a>
* @since_tizen 2.3
* @param[in] key The name of the platform feature to get
* @param[out] value The value of the given platform feature
/**
- * @brief Gets the integer value of the @a platform feature.
+ * @brief Gets the integer type value of the @a platform feature.
+ * @details The keys for the platform functions are specified by the Tizen platform and can be seen <a href="https://docs.tizen.org/application/native/guides/device/system">here.</a>
* @since_tizen 2.3
* @param[in] key The name of the platform feature to get
* @param[out] value The value of the given platform feature
/**
- * @brief Gets the double value of the @a platform feature.
+ * @brief Gets the double type value of the @a platform feature.
+ * @details The keys for the platform functions are specified by the Tizen platform and can be seen <a href="https://docs.tizen.org/application/native/guides/device/system">here.</a>
* @since_tizen 2.3
* @param[in] key The name of the platform feature to get
* @param[out] value The value of the given platform feature
/**
- * @brief Gets the string value of the @a platform feature.
+ * @brief Gets the string type value of the @a platform feature.
+ * @details The keys for the platform functions are specified by the Tizen platform and can be seen <a href="https://docs.tizen.org/application/native/guides/device/system">here.</a>
* @since_tizen 2.3
* @remarks You must release the @a value using free().
* @param[in] key The name of the platform feature to get
/**
- * @brief Gets the boolean value of the @a custom feature.
+ * @brief Gets the boolean type value of the @a custom feature.
+ * @details This custom function uses a custom key which is provided by OEM's.
* @since_tizen 2.3
- * @param[in] key The name of the custom feature to get. NOTE: This custom function uses a custom key which is provided by OEM's
+ * @param[in] key The name of the custom feature to get.
* @param[out] value The value of the given custom feature
* @return @c 0 on success,
* otherwise a negative error value
/**
- * @brief Gets the integer value of the @a custom feature.
+ * @brief Gets the integer type value of the @a custom feature.
+ * @details This custom function uses a custom key which is provided by OEM's.
* @since_tizen 2.3
- * @param[in] key The name of the custom feature to get. NOTE: This custom function uses a custom key which is provided by OEM's
+ * @param[in] key The name of the custom feature to get.
* @param[out] value The value of the given custom feature
* @return @c 0 on success,
* otherwise a negative error value
/**
- * @brief Gets the double value of the @a custom feature.
+ * @brief Gets the double type value of the @a custom feature.
+ * @details This custom function uses a custom key which is provided by OEM's.
* @since_tizen 2.3
- * @param[in] key The name of the custom feature to get. NOTE: This custom function uses a custom key which is provided by OEM's
+ * @param[in] key The name of the custom feature to get.
* @param[out] value The value of the given custom feature
* @return @c 0 on success,
* otherwise a negative error value
/**
- * @brief Gets the string value of the @a custom feature.
+ * @brief Gets the string type value of the @a custom feature.
+ * @details This custom function uses a custom key which is provided by OEM's.
* @since_tizen 2.3
* @remarks You must release the @a value using free().
- * @param[in] key The name of the custom feature to get. NOTE: This custom function uses a custom key which is provided by OEM's
+ * @param[in] key The name of the custom feature to get.
* @param[out] value The value of the given custom feature
* @return @c 0 on success,
* otherwise a negative error value