[libgweather] location-entry: Move documentation to inline comments



commit 0ff172d9486233d1b05b5fb2b3b086739d4097a1
Author: Javier JardÃn <jjardon gnome org>
Date:   Fri Oct 7 22:05:27 2011 +0100

    location-entry: Move documentation to inline comments

 doc/tmpl/gweather-location.sgml |  229 ---------------------------------------
 libgweather/location-entry.c    |    5 +-
 2 files changed, 3 insertions(+), 231 deletions(-)
---
diff --git a/libgweather/location-entry.c b/libgweather/location-entry.c
index dbe85d7..3a8871b 100644
--- a/libgweather/location-entry.c
+++ b/libgweather/location-entry.c
@@ -28,11 +28,12 @@
 #include <string.h>
 
 /**
- * GWeatherLocationEntry:
+ * SECTION:location-entry
+ * @Title: GWeatherLocationEntry
  *
  * A subclass of #GtkEntry that provides autocompletion on
  * #GWeatherLocation<!-- -->s
- **/
+ */
 
 G_DEFINE_TYPE (GWeatherLocationEntry, gweather_location_entry, GTK_TYPE_ENTRY)
 



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