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



commit aaddeb7fd97b38dbd23614fe6a929deb4e85d820
Author: Javier JardÃn <jjardon gnome org>
Date:   Fri Oct 7 22:07:20 2011 +0100

    gweather-location: Move documentation to inline comments

 doc/tmpl/location-entry.sgml    |   92 ---------------------------------------
 libgweather/gweather-location.c |    7 ++-
 2 files changed, 4 insertions(+), 95 deletions(-)
---
diff --git a/libgweather/gweather-location.c b/libgweather/gweather-location.c
index cdd4891..7005e71 100644
--- a/libgweather/gweather-location.c
+++ b/libgweather/gweather-location.c
@@ -35,13 +35,14 @@
 #include "weather-priv.h"
 
 /**
- * GWeatherLocation:
+ * SECTION:gweather-location
+ * @Title: GWeatherLocation
  *
  * A #GWeatherLocation represents a "location" of some type known to
  * libgweather; anything from a single weather station to the entire
  * world. See #GWeatherLocationLevel for information about how the
- * hierarchy of locations works. 
- **/
+ * hierarchy of locations works.
+ */
 
 struct _GWeatherLocation {
     char *name, *sort_name;



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