diff -r c38a5a2a8d43 -r c5513eb740aa libpurple/purpleprotocolim.h --- a/libpurple/purpleprotocolim.h Sun Dec 12 02:54:15 2021 -0600 +++ b/libpurple/purpleprotocolim.h Sun Dec 12 02:57:11 2021 -0600 @@ -27,16 +27,6 @@ #ifndef PURPLE_PROTOCOL_IM_H #define PURPLE_PROTOCOL_IM_H -/** - * SECTION:purpleprotocolim - * @section_id: libpurple-purpleprotocolim - * @title: ProtocolIM Interface - * @short_description: Protocol Instant Message Interface - * - * #PurpleProtocolIM describes the API that protocols need to implement for - * handling one on one conversations. - */ - #include #include @@ -65,8 +55,8 @@ /** * PurpleProtocolIM: * - * An opaque data structure that represents and object that implements - * #PurpleProtocolIMInterface. + * #PurpleProtocolIM describes the API that protocols need to implement for + * handling one on one conversations. * * Since: 3.0.0 */