From a1a7696a9b0c783a10d5a06e32f7e987b9201905 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Sat, 16 May 2009 13:17:16 +0200 Subject: Remove useless gtk-doc annotations gtk-doc annotations are useless for files outside of libempathy* --- src/empathy-ft-manager.c | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/empathy-ft-manager.c') diff --git a/src/empathy-ft-manager.c b/src/empathy-ft-manager.c index c88dc8571..8d10b7d2c 100644 --- a/src/empathy-ft-manager.c +++ b/src/empathy-ft-manager.c @@ -46,18 +46,6 @@ #include "empathy-ft-manager.h" - -/** - * SECTION:empathy-ft-manager - * @short_description: File transfer dialog - * @see_also: #EmpathyTpFile, empathy_dispatcher_send_file() - * @include: libempthy-gtk/empathy-ft-manager.h - * - * The #EmpathyFTManager object represents the file transfer dialog, - * it can show multiple file transfers at the same time (added - * with empathy_ft_manager_add_tp_file()). - */ - enum { COL_PERCENT, @@ -67,11 +55,6 @@ enum COL_FT_OBJECT }; -/** - * EmpathyFTManagerPriv: - * - * Private fields of the #EmpathyFTManager class. - */ typedef struct { GtkTreeModel *model; GHashTable *ft_handler_to_row_ref; -- cgit v1.2.3