diff -r c38a5a2a8d43 -r c5513eb740aa libpurple/purpleprotocol.h --- a/libpurple/purpleprotocol.h Sun Dec 12 02:54:15 2021 -0600 +++ b/libpurple/purpleprotocol.h Sun Dec 12 02:57:11 2021 -0600 @@ -31,15 +31,6 @@ #include /** - * SECTION:protocol - * @section_id: libpurple-protocol - * @short_description: protocol.h - * @title: Protocol Object and Interfaces - * - * #PurpleProtocol is the base type for all protocols in libpurple. - */ - -/** * PURPLE_TYPE_PROTOCOL: * * The standard _TYPE_ macro for #PurpleProtocol. @@ -49,6 +40,12 @@ #define PURPLE_TYPE_PROTOCOL (purple_protocol_get_type()) /** + * PurpleProtocol: + * + * #PurpleProtocol is the base type for all protocols in libpurple. + */ + +/** * purple_protocol_get_type: * * Gets the #GType for #PurpleProtocol.