You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/xtd.forms/include/xtd/settings.h
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ namespace xtd {
16
16
/// xtd::forms
17
17
/// @par Library
18
18
/// xtd.forms
19
-
/// @ingroup xtd_forms components
19
+
/// @ingroup xtd_core system components
20
20
/// @remarks On Windows settings are stored in registry with "HKEY_CURRENT_USER\Software\company_name\product_name" key or if no Company name "\HKEY_CURRENT_USER\Software\Product Name\Product Name" key.
21
21
/// @remarks On macos settings are stored in "~/Library/Preferences/product_name Preferences" file.
22
22
/// @remarks On linux settings are stored in "~/.consig/product_name" file.
@@ -46,7 +46,7 @@ namespace xtd {
46
46
/// @param key The key used to read a value.
47
47
/// @param default_value A string used if value not found.
48
48
/// @return A string that represent the value associate to the key.
0 commit comments