diff options
author | infirit <[email protected]> | 2014-12-20 18:26:58 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2015-08-25 10:48:31 +0200 |
commit | 0a8187da947344344d8c841e8c3f05b75c6f6cda (patch) | |
tree | f30e83839a5cbce75e8fa513d62d43f8e70e078a /libmateweather/mateweather-timezone.c | |
parent | 0514bcef4eb5f15346bd212f68463764ea8e5ee7 (diff) | |
download | libmateweather-0a8187da947344344d8c841e8c3f05b75c6f6cda.tar.bz2 libmateweather-0a8187da947344344d8c841e8c3f05b75c6f6cda.tar.xz |
gtk doc: Move documentation to inline comments
Diffstat (limited to 'libmateweather/mateweather-timezone.c')
-rw-r--r-- | libmateweather/mateweather-timezone.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libmateweather/mateweather-timezone.c b/libmateweather/mateweather-timezone.c index 8c75d70..a87c011 100644 --- a/libmateweather/mateweather-timezone.c +++ b/libmateweather/mateweather-timezone.c @@ -30,7 +30,8 @@ #include "weather-priv.h" /** - * MateWeatherTimezone: + * SECTION:mateweather-timezone + * @Title: MateWeatherTimezone * * A timezone. * @@ -38,7 +39,7 @@ * be created by calling mateweather_location_new_world() to parse * Locations.xml, and then calling various #MateWeatherLocation methods * to extract relevant timezones from the location hierarchy. - **/ + */ struct _MateWeatherTimezone { char *id, *name; int offset, dst_offset; |