mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-09 18:54:04 +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:
@@ -473,7 +473,7 @@ _event_string (int event)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Get Solaris resouce values.
|
* Get Solaris resouce values.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user