mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user