Doxygen style comments - data_location 34/63534/4
authorBartlomiej Uliasz <b.uliasz@samsung.com>
Thu, 24 Mar 2016 11:17:07 +0000 (12:17 +0100)
committerBartlomiej Uliasz <b.uliasz@samsung.com>
Tue, 29 Mar 2016 09:13:11 +0000 (02:13 -0700)
Change-Id: I3c096a854f449e74ce63a98655159f809022343e
Signed-off-by: Bartlomiej Uliasz <b.uliasz@samsung.com>
include/data/system/data_location.h

index daad099..2e6e148 100644 (file)
@@ -29,20 +29,24 @@ struct country_info_s {
 };
 
 /**
-* @brief 
+* @brief Set new country location in system settings.
 *
-* @param selected_item
+* @param[in] selected_item Elm_Object_Item with country_info_s in data.
 */
 void data_location_set_new_system_location(Elm_Object_Item *selected_item);
 
 /**
-* @brief 
+* @brief Fill grid list with list of country names in specified language.
 *
-* @param list_mgr
-* @param get_country
-* @param lang
+* @param[in] list_mgr List manager.
+* @param[out] get_country Output variable to save current country item in.
+* @param[in] lang Language the country names should be in.
 */
 void data_location_fill_list_data(struct listmgr *list_mgr, Elm_Object_Item **get_country, const char *lang);
+
+/**
+* @brief Free country list memory.
+*/
 void data_location_free_list_data();
 
 #endif /* __AIR_SETTINGS_DATA_LOCATION_H__ */