From e1afc6e79b9526d68eff0f218ac98a6f0e323513 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 18 May 2009 11:30:48 +0200 Subject: [PATCH] Remove gtk-doc warnings Some code was using gtk-doc comment blocks for non-gtk-doc contents, just turn it into ordinary comments. --- gio/fen/fen-kernel.c | 2 +- gio/inotify/inotify-helper.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gio/fen/fen-kernel.c b/gio/fen/fen-kernel.c index 977b7a0..1747d8f 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 0042e7e..14c60b7 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 -- 2.7.4