[empathy: 94/148] Remove useless gtk-doc annotations



commit a1a7696a9b0c783a10d5a06e32f7e987b9201905
Author: Cosimo Cecchi <cosimo cecchi collabora co uk>
Date:   Sat May 16 13:17:16 2009 +0200

    Remove useless gtk-doc annotations
    
    gtk-doc annotations are useless for files outside of libempathy*
---
 src/empathy-ft-manager.c |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

diff --git a/src/empathy-ft-manager.c b/src/empathy-ft-manager.c
index c88dc85..8d10b7d 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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]