diff options
author | Ankit Vani <a@nevitus.org> | 2014-02-04 02:04:50 +0530 |
---|---|---|
committer | Ankit Vani <a@nevitus.org> | 2014-02-04 02:04:50 +0530 |
commit | 92ab3e3fe04d8557150d7fd6692c60ad9b590806 (patch) | |
tree | 60b73513f2f9d45d197a4a7b606b83671a6acaed /libpurple/util.h | |
parent | 85546b77d607fc8c3ebf3887727c2feb03cc8716 (diff) | |
download | pidgin-92ab3e3fe04d8557150d7fd6692c60ad9b590806.tar.gz |
Add section blocks for purple-socket.h to xmlnode.h
Diffstat (limited to 'libpurple/util.h')
-rw-r--r-- | libpurple/util.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/libpurple/util.h b/libpurple/util.h index b75f3e0752..63c9438da3 100644 --- a/libpurple/util.h +++ b/libpurple/util.h @@ -1,8 +1,3 @@ -/** - * @file util.h Utility Functions - * @ingroup core - */ - /* purple * * Purple is the legal property of its developers, whose names are too numerous @@ -26,6 +21,13 @@ * @todo Rename the functions so that they live somewhere in the purple * namespace. */ +/** + * SECTION:util + * @section_id: libpurple-util + * @short_description: <filename>util.h</filename> + * @title: Utility Functions + */ + #ifndef _PURPLE_UTIL_H_ #define _PURPLE_UTIL_H_ |