From 9e3e1a2ca0322177c6672056a6931279af946d4b Mon Sep 17 00:00:00 2001 From: JinWang An Date: Mon, 21 Dec 2020 11:49:33 +0900 Subject: [PATCH] Removing unnecessary HTML link for feature/privilege at document header file Change-Id: I9b2b9c228fb43b0603e33f3298138202356a8818 Signed-off-by: JinWang An --- doc/system_settings_doc.h | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/doc/system_settings_doc.h b/doc/system_settings_doc.h index 5d40f16..9e70103 100644 --- a/doc/system_settings_doc.h +++ b/doc/system_settings_doc.h @@ -32,14 +32,14 @@ * @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/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 * * It is recommended to design feature related codes in your application for reliability. * @@ -52,17 +52,17 @@ * 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
-- 2.7.4