[libgdata] [docs] Fixed some gtk-doc warnings



commit 08ec075dd645934d1d81bffd61ff17196411495b
Author: Philip Withnall <philip tecnocode co uk>
Date:   Tue Dec 29 00:23:51 2009 +0000

    [docs] Fixed some gtk-doc warnings

 gdata/exif/gdata-exif-tags.c                   |    4 ++--
 gdata/gdata-buffer.c                           |    4 ++--
 gdata/georss/gdata-georss-where.c              |    4 ++--
 gdata/media/gdata-media-group.c                |    4 ++--
 gdata/services/youtube/gdata-youtube-control.c |    4 ++--
 gdata/services/youtube/gdata-youtube-group.c   |    4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/gdata/exif/gdata-exif-tags.c b/gdata/exif/gdata-exif-tags.c
index cd08c0d..b87e34c 100644
--- a/gdata/exif/gdata-exif-tags.c
+++ b/gdata/exif/gdata-exif-tags.c
@@ -17,7 +17,7 @@
  * License along with GData Client.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-/**
+/*
  * SECTION:gdata-exif-tags
  * @short_description: EXIF tags element
  * @stability: Unstable
@@ -37,7 +37,7 @@
  * For these reasons, properties have not been implemented on #GDataExifTags (yet).
  *
  * Since: 0.5.0
- **/
+ */
 
 #include <glib.h>
 #include <libxml/parser.h>
diff --git a/gdata/gdata-buffer.c b/gdata/gdata-buffer.c
index f3137ca..fd7117b 100644
--- a/gdata/gdata-buffer.c
+++ b/gdata/gdata-buffer.c
@@ -17,7 +17,7 @@
  * License along with GData Client.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-/**
+/*
  * SECTION:gdata-buffer
  * @short_description: GData buffer to allow threadsafe buffering
  * @stability: Unstable
@@ -25,7 +25,7 @@
  *
  * #GDataBuffer is a simple object which allows threadsafe buffering of data meaning, for example, data can be received from
  * the network in a "push" fashion, buffered, then sent out to an output stream in a "pull" fashion.
- **/
+ */
 
 #include <config.h>
 #include <glib.h>
diff --git a/gdata/georss/gdata-georss-where.c b/gdata/georss/gdata-georss-where.c
index 46f9179..fcc1b12 100644
--- a/gdata/georss/gdata-georss-where.c
+++ b/gdata/georss/gdata-georss-where.c
@@ -18,7 +18,7 @@
  * License along with GData Client.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-/**
+/*
  * SECTION:gdata-georss-where
  * @short_description: GeoRSS where element
  * @stability: Unstable
@@ -34,7 +34,7 @@
  * for most of its properties, and it would be unnecessary and confusing to expose #GDataGeoRSSWhere itself.
  *
  * Since: 0.5.0
- **/
+ */
 
 #include <glib.h>
 #include <libxml/parser.h>
diff --git a/gdata/media/gdata-media-group.c b/gdata/media/gdata-media-group.c
index 5614071..f035e6b 100644
--- a/gdata/media/gdata-media-group.c
+++ b/gdata/media/gdata-media-group.c
@@ -17,7 +17,7 @@
  * License along with GData Client.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-/**
+/*
  * SECTION:gdata-media-group
  * @short_description: Media RSS group element
  * @stability: Unstable
@@ -31,7 +31,7 @@
  * for most of its properties, and it would be unnecessary and confusing to expose #GDataMediaGroup itself.
  *
  * For this reason, properties have not been implemented on #GDataMediaGroup (yet).
- **/
+ */
 
 #include <glib.h>
 #include <libxml/parser.h>
diff --git a/gdata/services/youtube/gdata-youtube-control.c b/gdata/services/youtube/gdata-youtube-control.c
index 1a7c641..d909729 100644
--- a/gdata/services/youtube/gdata-youtube-control.c
+++ b/gdata/services/youtube/gdata-youtube-control.c
@@ -17,7 +17,7 @@
  * License along with GData Client.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-/**
+/*
  * SECTION:gdata-youtube-control
  * @short_description: Atom Publishing Protocol control element with YouTube-specific modifications
  * @stability: Unstable
@@ -33,7 +33,7 @@
  * APP support.
  *
  * For these reasons, properties have not been implemented on #GDataYouTubeControl (yet).
- **/
+ */
 
 #include <glib.h>
 #include <libxml/parser.h>
diff --git a/gdata/services/youtube/gdata-youtube-group.c b/gdata/services/youtube/gdata-youtube-group.c
index 4a6d73b..87822d4 100644
--- a/gdata/services/youtube/gdata-youtube-group.c
+++ b/gdata/services/youtube/gdata-youtube-group.c
@@ -17,7 +17,7 @@
  * License along with GData Client.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-/**
+/*
  * SECTION:gdata-youtube-group
  * @short_description: YouTube group element
  * @stability: Unstable
@@ -26,7 +26,7 @@
  * #GDataYouTubeGroup represents the YouTube-specific customizations to #GDataMediaGroup. For more information,
  * see the <ulink type="http" url="http://code.google.com/apis/youtube/2.0/reference.html#youtube_data_api_tag_media:group";>
  * online documentation</ulink>.
- **/
+ */
 
 #include <glib.h>
 #include <libxml/parser.h>



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