[libgweather] gweather-timezone: Move documentation to inline comments



commit e7d4c8af85b8d0db2490ae97c1894c88d3492f9a
Author: Javier JardÃn <jjardon gnome org>
Date:   Fri Oct 7 22:09:42 2011 +0100

    gweather-timezone: Move documentation to inline comments

 doc/tmpl/gweather-timezone.sgml |  115 ---------------------------------------
 libgweather/gweather-timezone.c |    6 ++-
 2 files changed, 4 insertions(+), 117 deletions(-)
---
diff --git a/libgweather/gweather-timezone.c b/libgweather/gweather-timezone.c
index be0e037..2e49e5c 100644
--- a/libgweather/gweather-timezone.c
+++ b/libgweather/gweather-timezone.c
@@ -30,7 +30,8 @@
 #include "weather-priv.h"
 
 /**
- * GWeatherTimezone:
+ * SECTION:gweather-timezone
+ * @Title: GWeatherTimezone
  *
  * A timezone.
  *
@@ -38,7 +39,8 @@
  * be created by calling gweather_location_new_world() to parse
  * Locations.xml, and then calling various #GWeatherLocation methods
  * to extract relevant timezones from the location hierarchy.
- **/
+ */
+
 struct _GWeatherTimezone {
     char *id, *name;
     int offset, dst_offset;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]