From 5750ff7a240782713bc7494676ee50a02cd62716 Mon Sep 17 00:00:00 2001 From: JinWang An Date: Mon, 21 Dec 2020 10:20:51 +0900 Subject: [PATCH] Removing unnecessary HTML link for feature/privilege at document header file Change-Id: If61757b36863121f9106135dd8e7abcb73fe75ed Signed-off-by: JinWang An --- doc/system_settings_doc.h | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/doc/system_settings_doc.h b/doc/system_settings_doc.h index d30c4b6..c569e12 100644 --- a/doc/system_settings_doc.h +++ b/doc/system_settings_doc.h @@ -31,16 +31,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. * @@ -53,22 +53,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"
*/ -- 2.7.4