mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-04 14:02:45 +01:00
settings_setting: Fix typo
This commit is contained in:
parent
1e093767a8
commit
b02e7eea78
1 changed files with 4 additions and 4 deletions
|
@ -34,7 +34,7 @@ public:
|
||||||
* @param default_val Initial value of the setting, and default value of the setting
|
* @param default_val Initial value of the setting, and default value of the setting
|
||||||
* @param name Label for the setting
|
* @param name Label for the setting
|
||||||
* @param category_ Category of the setting AKA INI group
|
* @param category_ Category of the setting AKA INI group
|
||||||
* @param specialization_ Suggestion for how frontend implemetations represent this in a config
|
* @param specialization_ Suggestion for how frontend implementations represent this in a config
|
||||||
* @param save_ Suggests that this should or should not be saved to a frontend config file
|
* @param save_ Suggests that this should or should not be saved to a frontend config file
|
||||||
* @param runtime_modifiable_ Suggests whether this is modifiable while a guest is loaded
|
* @param runtime_modifiable_ Suggests whether this is modifiable while a guest is loaded
|
||||||
* @param other_setting_ A second Setting to associate to this one in metadata
|
* @param other_setting_ A second Setting to associate to this one in metadata
|
||||||
|
@ -58,7 +58,7 @@ public:
|
||||||
* @param max_val Sets the maximum allowed value of the setting
|
* @param max_val Sets the maximum allowed value of the setting
|
||||||
* @param name Label for the setting
|
* @param name Label for the setting
|
||||||
* @param category_ Category of the setting AKA INI group
|
* @param category_ Category of the setting AKA INI group
|
||||||
* @param specialization_ Suggestion for how frontend implemetations represent this in a config
|
* @param specialization_ Suggestion for how frontend implementations represent this in a config
|
||||||
* @param save_ Suggests that this should or should not be saved to a frontend config file
|
* @param save_ Suggests that this should or should not be saved to a frontend config file
|
||||||
* @param runtime_modifiable_ Suggests whether this is modifiable while a guest is loaded
|
* @param runtime_modifiable_ Suggests whether this is modifiable while a guest is loaded
|
||||||
* @param other_setting_ A second Setting to associate to this one in metadata
|
* @param other_setting_ A second Setting to associate to this one in metadata
|
||||||
|
@ -251,7 +251,7 @@ public:
|
||||||
* @param default_val Initial value of the setting, and default value of the setting
|
* @param default_val Initial value of the setting, and default value of the setting
|
||||||
* @param name Label for the setting
|
* @param name Label for the setting
|
||||||
* @param category_ Category of the setting AKA INI group
|
* @param category_ Category of the setting AKA INI group
|
||||||
* @param specialization_ Suggestion for how frontend implemetations represent this in a config
|
* @param specialization_ Suggestion for how frontend implementations represent this in a config
|
||||||
* @param save_ Suggests that this should or should not be saved to a frontend config file
|
* @param save_ Suggests that this should or should not be saved to a frontend config file
|
||||||
* @param runtime_modifiable_ Suggests whether this is modifiable while a guest is loaded
|
* @param runtime_modifiable_ Suggests whether this is modifiable while a guest is loaded
|
||||||
* @param other_setting_ A second Setting to associate to this one in metadata
|
* @param other_setting_ A second Setting to associate to this one in metadata
|
||||||
|
@ -277,7 +277,7 @@ public:
|
||||||
* @param max_val Sets the maximum allowed value of the setting
|
* @param max_val Sets the maximum allowed value of the setting
|
||||||
* @param name Label for the setting
|
* @param name Label for the setting
|
||||||
* @param category_ Category of the setting AKA INI group
|
* @param category_ Category of the setting AKA INI group
|
||||||
* @param specialization_ Suggestion for how frontend implemetations represent this in a config
|
* @param specialization_ Suggestion for how frontend implementations represent this in a config
|
||||||
* @param save_ Suggests that this should or should not be saved to a frontend config file
|
* @param save_ Suggests that this should or should not be saved to a frontend config file
|
||||||
* @param runtime_modifiable_ Suggests whether this is modifiable while a guest is loaded
|
* @param runtime_modifiable_ Suggests whether this is modifiable while a guest is loaded
|
||||||
* @param other_setting_ A second Setting to associate to this one in metadata
|
* @param other_setting_ A second Setting to associate to this one in metadata
|
||||||
|
|
Loading…
Reference in a new issue