summaryrefslogtreecommitdiff
path: root/libpurple/purpleprotocolchat.h
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2021-12-12 02:57:11 -0600
committerGary Kramlich <grim@reaperworld.com>2021-12-12 02:57:11 -0600
commit46954222b3f7bde0f192bc8735177d7226c6a04c (patch)
tree10de517c8654947cb4c7ee28c4b09819ef9cde02 /libpurple/purpleprotocolchat.h
parent826c6af2aa0ae7901991fb27332a8ddbced2e470 (diff)
downloadpidgin-46954222b3f7bde0f192bc8735177d7226c6a04c.tar.gz
Remove unnecessary gtk-doc comments and move them where possible from libpurple/purple[o-z]*.h
Testing Done: Compiled Reviewed at https://reviews.imfreedom.org/r/1182/
Diffstat (limited to 'libpurple/purpleprotocolchat.h')
-rw-r--r--libpurple/purpleprotocolchat.h14
1 files changed, 2 insertions, 12 deletions
diff --git a/libpurple/purpleprotocolchat.h b/libpurple/purpleprotocolchat.h
index 8852da71d3..f6055ddf86 100644
--- a/libpurple/purpleprotocolchat.h
+++ b/libpurple/purpleprotocolchat.h
@@ -27,16 +27,6 @@
#ifndef PURPLE_PROTOCOL_CHAT_H
#define PURPLE_PROTOCOL_CHAT_H
-/**
- * SECTION:purpleprotocolchat
- * @section_id: libpurple-purpleprotocolchat
- * @short_description: Protocol Chat Interface
- * @title: ProtocolChat Interface
- *
- * #PurpleProtocolChat describes the API that protocols need to implement for
- * handling multiple user conversations.
- */
-
#include <glib.h>
#include <glib-object.h>
@@ -66,8 +56,8 @@
/**
* PurpleProtocolChat:
*
- * An opaque representation of an object that implements
- * #PurpleProtocolChatInterface.
+ * #PurpleProtocolChat describes the API that protocols need to implement for
+ * handling multiple user conversations.
*
* Since: 3.0.0
*/