[rhythmbox] audiocd: remove gtk-doc-esque comments from sj metadata code



commit f4a7f202295da359b3f5c77d079ff6b31d2ff578
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sun Mar 21 07:11:14 2010 +1000

    audiocd: remove gtk-doc-esque comments from sj metadata code

 plugins/audiocd/sj-metadata-gvfs.c         |    4 ++--
 plugins/audiocd/sj-metadata-musicbrainz.c  |   10 +++++-----
 plugins/audiocd/sj-metadata-musicbrainz3.c |    2 +-
 plugins/audiocd/sj-structures.c            |    4 ++--
 4 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/plugins/audiocd/sj-metadata-gvfs.c b/plugins/audiocd/sj-metadata-gvfs.c
index 6e77fb4..5d31b10 100644
--- a/plugins/audiocd/sj-metadata-gvfs.c
+++ b/plugins/audiocd/sj-metadata-gvfs.c
@@ -54,7 +54,7 @@ G_DEFINE_TYPE_WITH_CODE (SjMetadataGvfs, sj_metadata_gvfs,
                          G_IMPLEMENT_INTERFACE (SJ_TYPE_METADATA, metadata_iface_init));
 
 
-/**
+/*
  * Private methods
  */
 
@@ -159,7 +159,7 @@ bail:
   return NULL;
 }
 
-/**
+/*
  * GObject methods
  */
 
diff --git a/plugins/audiocd/sj-metadata-musicbrainz.c b/plugins/audiocd/sj-metadata-musicbrainz.c
index fa7cf2f..30de099 100644
--- a/plugins/audiocd/sj-metadata-musicbrainz.c
+++ b/plugins/audiocd/sj-metadata-musicbrainz.c
@@ -85,7 +85,7 @@ get_duration_from_sectors (int sectors)
   return (sectors * BYTES_PER_SECTOR / BYTES_PER_SECOND);
 }
 
-/**
+/*
  * Virtual methods
  */
 
@@ -113,7 +113,7 @@ artist_and_title_from_title (TrackDetails *track, gpointer data)
 }
 
 #if WITH_CACHE
-/**
+/*
  * Write the RDF in the MusicBrainz object to the file specified.
  */
 static void
@@ -145,7 +145,7 @@ cache_rdf (musicbrainz_t mb, const char *filename)
   g_free (rdf);
 }
 
-/**
+/*
  * Load into the MusicBrainz object the RDF from the specified cache file if it
  * exists and is valid then return TRUE, otherwise return FALSE.
  */
@@ -188,7 +188,7 @@ cache_rdf (musicbrainz_t mb, const char *filename) {
 }
 #endif
 
-/**
+/*
  * Fill the MusicBrainz object with RDF.  Basically get the CD Index and check
  * the local cache, if that fails then lookup the data online.
  */
@@ -270,7 +270,7 @@ convert_encoding(char **str)
 static GList *
 mb_list_albums (SjMetadata *metadata, char **url, GError **error)
 {
-  /** The size of the buffer used in MusicBrainz lookups */
+  /* The size of the buffer used in MusicBrainz lookups */
   SjMetadataMusicbrainzPrivate *priv;
   GList *albums = NULL;
   GList *al, *tl;
diff --git a/plugins/audiocd/sj-metadata-musicbrainz3.c b/plugins/audiocd/sj-metadata-musicbrainz3.c
index f076481..ee96946 100644
--- a/plugins/audiocd/sj-metadata-musicbrainz3.c
+++ b/plugins/audiocd/sj-metadata-musicbrainz3.c
@@ -219,7 +219,7 @@ get_release_includes (void)
     return includes;
 }
 
-/**
+/*
  * Virtual methods
  */
 
diff --git a/plugins/audiocd/sj-structures.c b/plugins/audiocd/sj-structures.c
index fab922c..3d23ce6 100644
--- a/plugins/audiocd/sj-structures.c
+++ b/plugins/audiocd/sj-structures.c
@@ -24,7 +24,7 @@
 #include "sj-structures.h"
 #include <glib.h>
 
-/**
+/*
  * Free a TrackDetails*
  */
 void track_details_free(TrackDetails *track)
@@ -38,7 +38,7 @@ void track_details_free(TrackDetails *track)
   g_free (track);
 }
 
-/**
+/*
  * Free a AlbumDetails*
  */
 void album_details_free(AlbumDetails *album)



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