summaryrefslogtreecommitdiff
path: root/libmateweather/mateweather-location.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-12-20 18:26:58 +0100
committerinfirit <[email protected]>2015-08-25 10:48:31 +0200
commit0a8187da947344344d8c841e8c3f05b75c6f6cda (patch)
treef30e83839a5cbce75e8fa513d62d43f8e70e078a /libmateweather/mateweather-location.c
parent0514bcef4eb5f15346bd212f68463764ea8e5ee7 (diff)
downloadlibmateweather-0a8187da947344344d8c841e8c3f05b75c6f6cda.tar.bz2
libmateweather-0a8187da947344344d8c841e8c3f05b75c6f6cda.tar.xz
gtk doc: Move documentation to inline comments
Diffstat (limited to 'libmateweather/mateweather-location.c')
-rw-r--r--libmateweather/mateweather-location.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libmateweather/mateweather-location.c b/libmateweather/mateweather-location.c
index df205d4..88aa647 100644
--- a/libmateweather/mateweather-location.c
+++ b/libmateweather/mateweather-location.c
@@ -35,13 +35,14 @@
#include "weather-priv.h"
/**
- * MateWeatherLocation:
+ * SECTION:mateweather-location
+ * @Title: MateWeatherLocation
*
* A #MateWeatherLocation represents a "location" of some type known to
* libmateweather; anything from a single weather station to the entire
* world. See #MateWeatherLocationLevel for information about how the
* hierarchy of locations works.
- **/
+ */
struct _MateWeatherLocation {
char *name, *sort_name;