--- a/libpurple/purple.h.in Mon Feb 03 02:52:31 2014 +0530 +++ b/libpurple/purple.h.in Mon Feb 03 02:53:04 2014 +0530 @@ -1,13 +1,3 @@ -/** - * @file purple.h Header files and defines - * This file contains all the necessary preprocessor directives to include - * libpurple's headers and other preprocessor directives required for plugins - * or UIs to build. Including this file eliminates the need to directly - * include any other libpurple files. - * - * @ingroup core libpurple - */ - /* purple * * Purple is the legal property of its developers, whose names are too numerous @@ -28,6 +18,17 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ +/** + * SECTION:purple + * @short_description: Header files and defines + * @title: purple.h + * @include: purple.h + * + * This file contains all the necessary preprocessor directives to include + * libpurple's headers and other preprocessor directives required for plugins + * or UIs to build. Including this file eliminates the need to directly + * include any other libpurple files. + */ #ifndef _PURPLE_PURPLE_H_ #define _PURPLE_PURPLE_H_