diff -r 891224cdaca1 -r fe9a7f6143c1 pidgin/gtkconv.h --- a/pidgin/gtkconv.h Fri Feb 07 17:35:46 2014 +0530 +++ b/pidgin/gtkconv.h Fri Feb 07 17:54:55 2014 +0530 @@ -79,7 +79,6 @@ /************************************************************************** * Structures **************************************************************************/ -/*@{*/ /** * PidginConversation: @@ -150,14 +149,11 @@ GtkWidget *quickfind_container; }; -/*@}*/ - G_BEGIN_DECLS /************************************************************************** * GTK+ Conversation API **************************************************************************/ -/*@{*/ /** * pidgin_conversations_get_conv_ui_ops: @@ -302,12 +298,10 @@ void pidgin_conv_new(PurpleConversation *conv); int pidgin_conv_get_tab_at_xy(PidginWindow *win, int x, int y, gboolean *to_right); gboolean pidgin_conv_is_hidden(PidginConversation *gtkconv); -/*@}*/ /**************************************************************************/ /* GTK+ Conversations Subsystem */ /**************************************************************************/ -/*@{*/ /** * pidgin_conversations_get_handle: @@ -332,8 +326,6 @@ */ void pidgin_conversations_uninit(void); -/*@}*/ - G_END_DECLS #endif /* _PIDGIN_CONVERSATION_H_ */