From: Alexander Larsson Date: Mon, 18 May 2009 09:30:48 +0000 (+0200) Subject: Remove gtk-doc warnings X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=e1afc6e79b9526d68eff0f218ac98a6f0e323513;p=dana%2Fcg-glib.git Remove gtk-doc warnings Some code was using gtk-doc comment blocks for non-gtk-doc contents, just turn it into ordinary comments. --- diff --git a/gio/fen/fen-kernel.c b/gio/fen/fen-kernel.c index 977b7a08..1747d8fb 100644 --- a/gio/fen/fen-kernel.c +++ b/gio/fen/fen-kernel.c @@ -473,7 +473,7 @@ _event_string (int event) } } -/** +/* * Get Solaris resouce values. * */ diff --git a/gio/inotify/inotify-helper.c b/gio/inotify/inotify-helper.c index 0042e7e8..14c60b7d 100644 --- a/gio/inotify/inotify-helper.c +++ b/gio/inotify/inotify-helper.c @@ -102,7 +102,7 @@ _ih_startup (void) return TRUE; } -/** +/* * Adds a subscription to be monitored. */ gboolean @@ -117,7 +117,7 @@ _ih_sub_add (inotify_sub *sub) return TRUE; } -/** +/* * Cancels a subscription which was being monitored. */ gboolean