changeset 28492:2f66ad9c32a9

Make the doxygen docs easier to navigate. It was either this or a main page that says "Click on 'Modules'".
author Paul Aurich <paul@darkrain42.org>
date Sun, 30 Aug 2009 04:00:04 +0000
parents 2858857f457b
children 63cb8c4f3c66
files libpurple/core.h
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/core.h	Sat Aug 29 22:05:20 2009 +0000
+++ b/libpurple/core.h	Sun Aug 30 04:00:04 2009 +0000
@@ -24,6 +24,16 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
+
+/*! @mainpage Pidgin/Finch/libpurple API Documentation
+ *
+ * <a href="group__core.html">libpurple</a> is intended to be the core of an IM
+ * program.  <a href="group__pidgin.html">Pidgin</a> is a GTK+ frontend
+ * to libpurple, and <a href="group__finch.html">Finch</a> is an ncurses
+ * frontend built using <a href="group__gnt.html">libgnt</a>
+ * (GLib Ncurses Toolkit).
+ */
+
 #ifndef _PURPLE_CORE_H_
 #define _PURPLE_CORE_H_