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