Remove gtk-doc warnings

Some code was using gtk-doc comment blocks for non-gtk-doc contents, just
turn it into ordinary comments.
This commit is contained in:
Alexander Larsson
2009-05-18 11:30:48 +02:00
parent 822abda451
commit e1afc6e79b
2 changed files with 3 additions and 3 deletions

View File

@@ -473,7 +473,7 @@ _event_string (int event)
} }
} }
/** /*
* Get Solaris resouce values. * Get Solaris resouce values.
* *
*/ */

View File

@@ -102,7 +102,7 @@ _ih_startup (void)
return TRUE; return TRUE;
} }
/** /*
* Adds a subscription to be monitored. * Adds a subscription to be monitored.
*/ */
gboolean gboolean
@@ -117,7 +117,7 @@ _ih_sub_add (inotify_sub *sub)
return TRUE; return TRUE;
} }
/** /*
* Cancels a subscription which was being monitored. * Cancels a subscription which was being monitored.
*/ */
gboolean gboolean