diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-01-22 10:03:57 -0600 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-01-22 10:03:57 -0600 |
commit | 0f6a8f9bcf57e0c77b9c8d7f83d93dd1be178d41 (patch) | |
tree | 7989797cf2e394a1b2b8e6e95b3320b72f8ee901 /include/datetime/locations-settings.h | |
parent | 039c43dc5d0bee82c69c4ef8beee246940570096 (diff) | |
download | ayatana-indicator-datetime-0f6a8f9bcf57e0c77b9c8d7f83d93dd1be178d41.tar.gz ayatana-indicator-datetime-0f6a8f9bcf57e0c77b9c8d7f83d93dd1be178d41.tar.bz2 ayatana-indicator-datetime-0f6a8f9bcf57e0c77b9c8d7f83d93dd1be178d41.zip |
copyediting: slightly better header comments/docs
Diffstat (limited to 'include/datetime/locations-settings.h')
-rw-r--r-- | include/datetime/locations-settings.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/datetime/locations-settings.h b/include/datetime/locations-settings.h index 4072736..d01cbb5 100644 --- a/include/datetime/locations-settings.h +++ b/include/datetime/locations-settings.h @@ -36,8 +36,8 @@ class SettingsLocations: public Locations { public: /** - * @param[in] schemaId the settings schema to load - * @param[in] timezones the timezones to always show first in the list + * @param[in] settings the #Settings whose locations property is to be used + * @param[in] timezones the #Timezones to always show first in the list */ SettingsLocations (const std::shared_ptr<Settings>& settings, const std::shared_ptr<Timezones>& timezones); |