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



commit 628ce7569b9b8bd9046e98fb3d498b4a325a8b96
Author: Javier JardÃn <jjardon gnome org>
Date:   Fri Oct 7 22:11:06 2011 +0100

    timezone-menu: Move documentation to inline comments

 doc/tmpl/timezone-menu.sgml |   72 -------------------------------------------
 libgweather/timezone-menu.c |    5 ++-
 2 files changed, 3 insertions(+), 74 deletions(-)
---
diff --git a/libgweather/timezone-menu.c b/libgweather/timezone-menu.c
index efd5580..f34fa3c 100644
--- a/libgweather/timezone-menu.c
+++ b/libgweather/timezone-menu.c
@@ -29,10 +29,11 @@
 #include <string.h>
 
 /**
- * GWeatherTimezoneMenu:
+ * SECTION:timezone-menu
+ * @Title: GWeatherTimezoneMenu
  *
  * A #GtkComboBox subclass for choosing a #GWeatherTimezone
- **/
+ */
 
 G_DEFINE_TYPE (GWeatherTimezoneMenu, gweather_timezone_menu, GTK_TYPE_COMBO_BOX)
 



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