From 712196c4169248a4310488636cdf97b2be4f45b1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 19 Nov 2016 12:39:09 -0500 Subject: [PATCH] Don't confuse gtk-doc Empty doc comments make gtk-doc complain about undocumented functions, even though these functions are not supposed to be documented in the first place. --- gtk/gtktrashmonitor.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtktrashmonitor.c b/gtk/gtktrashmonitor.c index 8d9ef6f737..d52006432e 100644 --- a/gtk/gtktrashmonitor.c +++ b/gtk/gtktrashmonitor.c @@ -183,7 +183,7 @@ _gtk_trash_monitor_init (GtkTrashMonitor *monitor) recompute_trash_state (monitor); } -/** +/* * _gtk_trash_monitor_get: * * Returns: (transfer full): a new reference to the singleton @@ -206,7 +206,7 @@ _gtk_trash_monitor_get (void) return the_trash_monitor; } -/** +/* * _gtk_trash_monitor_get_icon: * @monitor: a #GtkTrashMonitor * @@ -229,7 +229,7 @@ _gtk_trash_monitor_get_icon (GtkTrashMonitor *monitor) return g_themed_icon_new (icon_name); } -/** +/* * _gtk_trash_monitor_get_has_trash: * @monitor: a #GtkTrashMonitor *