Remove gtk-doc warnings
authorAlexander Larsson <alexl@redhat.com>
Mon, 18 May 2009 09:30:48 +0000 (11:30 +0200)
committerAlexander Larsson <alexl@redhat.com>
Mon, 18 May 2009 11:07:39 +0000 (13:07 +0200)
Some code was using gtk-doc comment blocks for non-gtk-doc contents, just
turn it into ordinary comments.

gio/fen/fen-kernel.c
gio/inotify/inotify-helper.c

index 977b7a0..1747d8f 100644 (file)
@@ -473,7 +473,7 @@ _event_string (int event)
     }
 }
 
-/**
+/*
  * Get Solaris resouce values.
  *
  */
index 0042e7e..14c60b7 100644 (file)
@@ -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