diff -r e5206d7698e5 -r 77a5c789fff1 libpurple/stringref.h --- a/libpurple/stringref.h Tue Feb 04 01:44:42 2014 +0530 +++ b/libpurple/stringref.h Tue Feb 04 02:32:01 2014 +0530 @@ -1,10 +1,5 @@ /* TODO: Can we just replace this whole thing with a GCache */ -/** - * @file stringref.h Reference-counted immutable strings - * @ingroup core - */ - /* purple * * Purple is the legal property of its developers, whose names are too numerous @@ -26,6 +21,13 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ +/** + * SECTION:stringref + * @section_id: libpurple-stringref + * @short_description: stringref.h + * @title: Reference-counted immutable strings + */ + #ifndef _PURPLE_STRINGREF_H_ #define _PURPLE_STRINGREF_H_