From 0e442446ddcae7354f6da85fa65813c721daf22e Mon Sep 17 00:00:00 2001 From: JinWang An Date: Mon, 30 Sep 2024 17:08:53 +0900 Subject: [PATCH] Add doxygen for Tizen.System.SystemSettings Signed-off-by: JinWang An --- .../SystemSettings.cs | 68 +++++++++---------- .../SystemSettingsEnums.cs | 12 ++-- 2 files changed, 40 insertions(+), 40 deletions(-) diff --git a/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettings.cs b/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettings.cs index dbabeba6d82..fe76b3143bd 100644 --- a/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettings.cs +++ b/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettings.cs @@ -29,7 +29,7 @@ namespace Tizen.System public static class SystemSettings { /// - /// The file path of the current ringtone. + /// This static member variable indicates file path of the current ringtone. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -63,7 +63,7 @@ public static string IncomingCallRingtone } /// - /// The file path of the current home-screen wallpaper. + /// This static member variable indicates file path of the current home-screen wallpaper. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -97,7 +97,7 @@ public static string WallpaperHomeScreen } /// - /// The file path of the current lock-screen wallpaper. + /// This static member variable indicates file path of the current lock-screen wallpaper. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -131,7 +131,7 @@ public static string WallpaperLockScreen } /// - /// The current system font size. + /// This static member variable indicates current system font size. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -165,7 +165,7 @@ public static SystemSettingsFontSize FontSize } /// - /// The current system font type. + /// This static member variable indicates current system font type. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -199,7 +199,7 @@ public static string FontType } /// - /// Indicates whether the motion service is activated. + /// This static member variable indicates whether the motion service is activated. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -232,7 +232,7 @@ public static bool MotionActivationEnabled } /// - /// The file path of the current email alert ringtone. + /// This static member variable indicates file path of the current email alert ringtone. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -265,7 +265,7 @@ public static string EmailAlertRingtone } } /// - /// Indicates whether the USB debugging is enabled. + /// This static member variable indicates whether the USB debugging is enabled. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -298,7 +298,7 @@ public static bool UsbDebuggingEnabled } /// - /// Indicates whether the 3G data network is enabled. + /// This static member variable indicates whether the 3G data network is enabled. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -331,7 +331,7 @@ public static bool Data3GNetworkEnabled } /// - /// Indicates the lock-screen application package name. + /// This static member variable indicates the lock-screen application package name. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -391,7 +391,7 @@ public static string DefaultFontType } /// - /// Indicates the current country setting in the <LANGUAGE>_<REGION> syntax. + /// This static member variable indicates the current country setting in the <LANGUAGE>_<REGION> syntax. /// The country setting is in the ISO 639-2 format, /// and the region setting is in the ISO 3166-1 alpha-2 format. /// @@ -426,7 +426,7 @@ public static string LocaleCountry } /// - /// Indicates the current language setting in the <LANGUAGE>_<REGION> syntax. + /// This static member variable indicates the current language setting in the <LANGUAGE>_<REGION> syntax. /// The language setting is in the ISO 639-2 format, /// and the region setting is in the ISO 3166-1 alpha-2 format. /// @@ -461,7 +461,7 @@ public static string LocaleLanguage } /// - /// Indicates whether the 24-hour clock is used. + /// This static member variable indicates whether the 24-hour clock is used. /// If the value is false, the 12-hour clock is used. /// /// http://tizen.org/privilege/systemsettings.admin @@ -495,7 +495,7 @@ public static bool LocaleTimeFormat24HourEnabled } /// - /// Indicates the current time zone, for example, Pacific/Tahiti. + /// This static member variable indicates the current time zone, for example, Pacific/Tahiti. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -552,7 +552,7 @@ public static int Time } } /// - /// Indicates whether the screen lock sound is enabled on the device, for example, the LCD on or off sound. + /// This static member variable indicates whether the screen lock sound is enabled on the device, for example, the LCD on or off sound. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -577,7 +577,7 @@ public static bool SoundLockEnabled } /// - /// Indicates whether the device is in the silent mode. + /// This static member variable indicates whether the device is in the silent mode. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -602,7 +602,7 @@ public static bool SoundSilentModeEnabled } /// - /// Indicates whether the screen touch sound is enabled on the device. + /// This static member variable indicates whether the screen touch sound is enabled on the device. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -627,7 +627,7 @@ public static bool SoundTouchEnabled } /// - /// Indicates whether the rotation control is automatic. + /// This static member variable indicates whether the rotation control is automatic. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -652,7 +652,7 @@ public static bool DisplayScreenRotationAutoEnabled } /// - /// Indicates the device name. + /// This static member variable indicates the device name. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -676,7 +676,7 @@ public static string DeviceName } } /// - /// Indicates whether the device user has enabled the motion feature. + /// This static member variable indicates whether the device user has enabled the motion feature. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -701,7 +701,7 @@ public static bool MotionEnabled } /// - /// Indicates whether Wi-Fi related notifications are enabled on the device. + /// This static member variable indicates whether Wi-Fi related notifications are enabled on the device. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -727,7 +727,7 @@ public static bool NetworkWifiNotificationEnabled } /// - /// Indicates whether the device is in the flight mode. + /// This static member variable indicates whether the device is in the flight mode. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -752,7 +752,7 @@ public static bool NetworkFlightModeEnabled } /// - /// Indicates the backlight time (in seconds). The following values can be used: 15, 30, 60, 120, 300, and 600. + /// This static member variable indicates the backlight time (in seconds). The following values can be used: 15, 30, 60, 120, 300, and 600. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -785,7 +785,7 @@ public static int ScreenBacklightTime } /// - /// Indicates the file path of the current notification tone set by the user. + /// This static member variable indicates the file path of the current notification tone set by the user. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -819,7 +819,7 @@ public static string SoundNotification } /// - /// Indicates the time period for notification repetitions. + /// This static member variable indicates the time period for notification repetitions. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -852,7 +852,7 @@ public static int SoundNotificationRepetitionPeriod } /// - /// Indicates the current lock state. + /// This static member variable indicates the current lock state. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -919,7 +919,7 @@ public static string AdsId /// - /// Indicates the time period for notification repetitions. + /// This static member variable indicates the time period for notification repetitions. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -945,7 +945,7 @@ public static SystemSettingsUdsState UltraDataSave } /// - /// Indicates whether the accessibility TTS is enabled on the device. + /// This static member variable indicates whether the accessibility TTS is enabled on the device. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -978,7 +978,7 @@ public static bool AccessibilityTtsEnabled } /// - /// Indicates whether the vibration is enabled on the device or not. + /// This static member variable indicates whether the vibration is enabled on the device or not. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -1011,7 +1011,7 @@ public static bool Vibration } /// - /// Indicates whether the automatic time update is enabled on the device or not. + /// This static member variable indicates whether the automatic time update is enabled on the device or not. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -1045,7 +1045,7 @@ public static bool AutomaticTimeUpdate } /// - /// Indicates whether the developer option state is enabled on the device or not. + /// This static member variable indicates whether the developer option state is enabled on the device or not. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -1078,7 +1078,7 @@ public static bool DeveloperOptionState } /// - /// Indicates whether accessibility grayscale is enabled on the device or not. + /// This static member variable indicates whether accessibility grayscale is enabled on the device or not. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -1112,7 +1112,7 @@ public static bool AccessibilityGrayscale } /// - /// Indicates whether accessibility negative color is enabled on the device or not. + /// This static member variable indicates whether accessibility negative color is enabled on the device or not. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -1146,7 +1146,7 @@ public static bool AccessibilityNegativeColor } /// - /// Indicates whether rotary event is enabled on the device. + /// This static member variable indicates whether rotary event is enabled on the device. /// /// http://tizen.org/privilege/systemsettings.admin /// platform diff --git a/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettingsEnums.cs b/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettingsEnums.cs index 608bfaeff0f..bd83027c2a4 100755 --- a/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettingsEnums.cs +++ b/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettingsEnums.cs @@ -17,7 +17,7 @@ namespace Tizen.System { /// - /// Enumeration for all the available system settings. + /// This is enumeration for all the available system settings. /// /// 3 public enum SystemSettingsKeys : int @@ -189,7 +189,7 @@ public enum SystemSettingsKeys : int RotaryEventEnabled } /// - /// Enumeration for the Idle Lock State. + /// This is enumeration for the Idle Lock State. /// /// 3 public enum SystemSettingsIdleLockState : int @@ -208,7 +208,7 @@ public enum SystemSettingsIdleLockState : int LaunchingLock } /// - /// Enumeration for the font size. + /// This is enumeration for the font size. /// /// 3 public enum SystemSettingsFontSize : int @@ -241,15 +241,15 @@ public enum SystemSettingsFontSize : int public enum SystemSettingsUdsState : int { /// - /// UDS Off. + /// UDS(Ultra Data Save) Off. /// UdsOff = 0, /// - /// UDS On. + /// UDS(Ultra Data Save) On. /// UdsOn, /// - /// UDS On and the application is whitelisted. + /// UDS(Ultra Data Save) On and the application is whitelisted. /// UdsOnWhitelisted, }