From: JinWang An Date: Mon, 21 Dec 2020 01:20:51 +0000 (+0900) Subject: Removing unnecessary HTML link for feature/privilege at document header file X-Git-Tag: submit/tizen_5.5/20201221.030717^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_5.5;p=platform%2Fcore%2Fapi%2Fsystem-settings.git Removing unnecessary HTML link for feature/privilege at document header file Change-Id: If61757b36863121f9106135dd8e7abcb73fe75ed Signed-off-by: JinWang An --- diff --git a/doc/system_settings_doc.h b/doc/system_settings_doc.h index f03e88c..9b62c2d 100644 --- a/doc/system_settings_doc.h +++ b/doc/system_settings_doc.h @@ -32,16 +32,16 @@ * @section CAPI_SYSTEM_SYSTEM_SETTINGS_MODULE_FEATURE Related Features * * This API is related with the following features: -* - http://tizen.org/feature/systemsetting -* - http://tizen.org/feature/systemsetting.home_screen -* - http://tizen.org/feature/systemsetting.lock_screen -* - http://tizen.org/feature/systemsetting.incoming_call -* - http://tizen.org/feature/systemsetting.notification_email -* - http://tizen.org/feature/systemsetting.font -* - http://tizen.org/feature/network.wifi -* - http://tizen.org/feature/network.telephony -* - http://tizen.org/feature/accessibility.grayscale -* - http://tizen.org/feature/accessibility.negative +* - %http://tizen.org/feature/systemsetting +* - %http://tizen.org/feature/systemsetting.home_screen +* - %http://tizen.org/feature/systemsetting.lock_screen +* - %http://tizen.org/feature/systemsetting.incoming_call +* - %http://tizen.org/feature/systemsetting.notification_email +* - %http://tizen.org/feature/systemsetting.font +* - %http://tizen.org/feature/network.wifi +* - %http://tizen.org/feature/network.telephony +* - %http://tizen.org/feature/accessibility.grayscale +* - %http://tizen.org/feature/accessibility.negative * * It is recommended to design feature related codes in your application for reliability. * @@ -54,22 +54,22 @@ * The table below shows additional related features on which System Settings keys depend. * * -* -* +* +* * -* +* * -* -* +* +* * * -* -* +* +* * * -* -* -* -* +* +* +* +* *
Additional Related Feature System-Settings Keys
http://tizen.org/feature/systemsetting.home_screen #SYSTEM_SETTINGS_KEY_WALLPAPER_HOME_SCREEN
http://tizen.org/feature/systemsetting.lock_screen #SYSTEM_SETTINGS_KEY_WALLPAPER_LOCK_SCREEN
%http://tizen.org/feature/systemsetting.home_screen #SYSTEM_SETTINGS_KEY_WALLPAPER_HOME_SCREEN
%http://tizen.org/feature/systemsetting.lock_screen #SYSTEM_SETTINGS_KEY_WALLPAPER_LOCK_SCREEN
#SYSTEM_SETTINGS_KEY_LOCKSCREEN_APP
http://tizen.org/feature/systemsetting.incoming_call #SYSTEM_SETTINGS_KEY_INCOMING_CALL_RINGTONE
%http://tizen.org/feature/systemsetting.incoming_call #SYSTEM_SETTINGS_KEY_INCOMING_CALL_RINGTONE
#SYSTEM_SETTINGS_KEY_SOUND_NOTIFICATION
http://tizen.org/feature/systemsetting.notification_email #SYSTEM_SETTINGS_KEY_EMAIL_ALERT_RINGTONE
http://tizen.org/feature/systemsetting.font #SYSTEM_SETTINGS_KEY_DEFAULT_FONT_TYPE
%http://tizen.org/feature/systemsetting.notification_email #SYSTEM_SETTINGS_KEY_EMAIL_ALERT_RINGTONE
%http://tizen.org/feature/systemsetting.font #SYSTEM_SETTINGS_KEY_DEFAULT_FONT_TYPE
#SYSTEM_SETTINGS_KEY_FONT_TYPE
#SYSTEM_SETTINGS_KEY_FONT_SIZE
http://tizen.org/feature/network.wifi #SYSTEM_SETTINGS_KEY_NETWORK_WIFI_NOTIFICATION
http://tizen.org/feature/network.telephony #SYSTEM_SETTINGS_KEY_ULTRA_DATA_SAVE
%http://tizen.org/feature/network.wifi #SYSTEM_SETTINGS_KEY_NETWORK_WIFI_NOTIFICATION
%http://tizen.org/feature/network.telephony #SYSTEM_SETTINGS_KEY_ULTRA_DATA_SAVE
#SYSTEM_SETTINGS_KEY_ULTRA_DATA_SAVE_PKG_LIST
#SYSTEM_SETTINGS_KEY_AUTOMATIC_TIME_UPDATE
http://tizen.org/feature/accessibility.grayscale #SYSTEM_SETTINGS_KEY_ACCESSIBILITY_GRAYSCALE
http://tizen.org/feature/accessibility.negative #SYSTEM_SETTINGS_KEY_ACCESSIBILITY_NEGATIVE_COLOR
http://tizen.org/feature/input.rotating_bezel #SYSTEM_SETTINGS_KEY_ROTARY_EVENT_ENABLED
http://tizen.org/feature/profile == "wearable"
%http://tizen.org/feature/accessibility.grayscale #SYSTEM_SETTINGS_KEY_ACCESSIBILITY_GRAYSCALE
%http://tizen.org/feature/accessibility.negative #SYSTEM_SETTINGS_KEY_ACCESSIBILITY_NEGATIVE_COLOR
%http://tizen.org/feature/input.rotating_bezel #SYSTEM_SETTINGS_KEY_ROTARY_EVENT_ENABLED
%http://tizen.org/feature/profile == "wearable"
*/