[sound-juicer] Remove gtk-doc-esque comments
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sound-juicer] Remove gtk-doc-esque comments
- Date: Sat, 20 Mar 2010 21:10:37 +0000 (UTC)
commit 182a63c272e885faab520f12815694be30bb88f9
Author: Jonathan Matthew <jonathan d14n org>
Date: Sat Mar 20 20:29:32 2010 +1000
Remove gtk-doc-esque comments
libjuicer/sj-metadata-cdtext.c | 4 ++--
libjuicer/sj-metadata-gvfs.c | 4 ++--
libjuicer/sj-metadata-musicbrainz.c | 6 +++---
libjuicer/sj-metadata-musicbrainz3.c | 2 +-
libjuicer/sj-structures.c | 4 ++--
5 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/libjuicer/sj-metadata-cdtext.c b/libjuicer/sj-metadata-cdtext.c
index 72a8c15..d7b7127 100644
--- a/libjuicer/sj-metadata-cdtext.c
+++ b/libjuicer/sj-metadata-cdtext.c
@@ -55,7 +55,7 @@ G_DEFINE_TYPE_WITH_CODE (SjMetadataCdtext, sj_metadata_cdtext,
G_IMPLEMENT_INTERFACE (SJ_TYPE_METADATA, metadata_iface_init));
-/**
+/*
* Private methods
*/
@@ -123,7 +123,7 @@ cdtext_list_albums (SjMetadata *metadata, char **url, GError **error)
}
-/**
+/*
* GObject methods
*/
diff --git a/libjuicer/sj-metadata-gvfs.c b/libjuicer/sj-metadata-gvfs.c
index 6e77fb4..5d31b10 100644
--- a/libjuicer/sj-metadata-gvfs.c
+++ b/libjuicer/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/libjuicer/sj-metadata-musicbrainz.c b/libjuicer/sj-metadata-musicbrainz.c
index fa7cf2f..6c640da 100644
--- a/libjuicer/sj-metadata-musicbrainz.c
+++ b/libjuicer/sj-metadata-musicbrainz.c
@@ -85,7 +85,7 @@ get_duration_from_sectors (int sectors)
return (sectors * BYTES_PER_SECTOR / BYTES_PER_SECOND);
}
-/**
+/*
* Virtual methods
*/
@@ -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.
*/
diff --git a/libjuicer/sj-metadata-musicbrainz3.c b/libjuicer/sj-metadata-musicbrainz3.c
index f076481..ee96946 100644
--- a/libjuicer/sj-metadata-musicbrainz3.c
+++ b/libjuicer/sj-metadata-musicbrainz3.c
@@ -219,7 +219,7 @@ get_release_includes (void)
return includes;
}
-/**
+/*
* Virtual methods
*/
diff --git a/libjuicer/sj-structures.c b/libjuicer/sj-structures.c
index fab922c..3d23ce6 100644
--- a/libjuicer/sj-structures.c
+++ b/libjuicer/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]