]> git.0d.be Git - empathy.git/commitdiff
Remove useless gtk-doc annotations
authorCosimo Cecchi <cosimo.cecchi@collabora.co.uk>
Sat, 16 May 2009 11:17:16 +0000 (13:17 +0200)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 1 Jun 2009 15:53:19 +0000 (17:53 +0200)
gtk-doc annotations are useless for files outside of libempathy*

src/empathy-ft-manager.c

index c88dc85716bd97742de04453c4ca459fdfebb588..8d10b7d2cae9e98922d79dbbfc16bc22a529b385 100644 (file)
 
 #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;