mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01: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:
parent
822abda451
commit
e1afc6e79b
@ -473,7 +473,7 @@ _event_string (int event)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* Get Solaris resouce values.
|
||||
*
|
||||
*/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user