/pidgin/main: 87d2c1513e5b: Clean up some documentation comments
Gary Kramlich <[email protected]> Thu, 25 Aug 2016 23:54:13 -0400
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: 87d2c1513e5b78d081a9092ea3970a9f5b95281e Author: Gary Kramlich <[email protected]> Date: 2016-08-25 22:47 -0500 Branch: default URL: https://hg.pidgin.im/pidgin/main/rev/87d2c1513e5b Description: Clean up some documentation comments diffstat: libpurple/buddy.h | 8 ++++---- libpurple/chat.h | 8 ++++---- libpurple/contact.h | 8 ++++---- libpurple/countingnode.h | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diffs (72 lines): diff --git a/libpurple/buddy.h b/libpurple/buddy.h --- a/libpurple/buddy.h +++ b/libpurple/buddy.h @@ -23,10 +23,10 @@ #define PURPLE_BUDDY_H /** - * SECTION:blistnodetypes - * @section_id: libpurple-blistnodetypes - * @short_description: <filename>blistnodetypes.h</filename> - * @title: Buddy, Chat, Contact and Group node Objects + * SECTION:buddy + * @section_id: libpurple-buddy + * @short_description: <filename>buddy.h</filename> + * @title: Buddy Object */ #define PURPLE_TYPE_BUDDY (purple_buddy_get_type()) diff --git a/libpurple/chat.h b/libpurple/chat.h --- a/libpurple/chat.h +++ b/libpurple/chat.h @@ -23,10 +23,10 @@ #define PURPLE_CHAT_H /** - * SECTION:blistnodetypes - * @section_id: libpurple-blistnodetypes - * @short_description: <filename>blistnodetypes.h</filename> - * @title: Buddy, Chat, Contact and Group node Objects + * SECTION:chat + * @section_id: libpurple-chat + * @short_description: <filename>chat.h</filename> + * @title: Chat Object */ #define PURPLE_TYPE_CHAT (purple_chat_get_type()) diff --git a/libpurple/contact.h b/libpurple/contact.h --- a/libpurple/contact.h +++ b/libpurple/contact.h @@ -22,10 +22,10 @@ #ifndef PURPLE_CONTACT_H #define PURPLE_CONTACT_H /** - * SECTION:blistnodetypes - * @section_id: libpurple-blistnodetypes - * @short_description: <filename>blistnodetypes.h</filename> - * @title: Buddy, Chat, Contact and Group node Objects + * SECTION:contact.h + * @section_id: libpurple-contact + * @short_description: <filename>contact.h</filename> + * @title: Contact Object */ #define PURPLE_TYPE_CONTACT (purple_contact_get_type()) diff --git a/libpurple/countingnode.h b/libpurple/countingnode.h --- a/libpurple/countingnode.h +++ b/libpurple/countingnode.h @@ -22,10 +22,10 @@ #ifndef PURPLE_COUNTING_NODE_H #define PURPLE_COUNTING_NODE_H /** - * SECTION:blistnode - * @section_id: libpurple-blistnode - * @short_description: <filename>blistnode.h</filename> - * @title: Buddy List Node and Counting Node types + * SECTION:countingnode + * @section_id: libpurple-countingnode + * @short_description: <filename>countingnode.h</filename> + * @title: CountingNode Object */ #include <glib.h> _______________________________________________ Commits mailing list [email protected] https://pidgin.im/cgi-bin/mailman/listinfo/commits