From 8caacb27c118ea560ed04211224e89eaa80dc7c5 Mon Sep 17 00:00:00 2001 From: ulfl Date: Fri, 4 Jun 2004 17:19:01 +0000 Subject: add more details for doxygen git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11107 f5534014-38df-0310-8fa8-9805f1628bb7 --- gtk/gtkglobals.h | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'gtk/gtkglobals.h') diff --git a/gtk/gtkglobals.h b/gtk/gtkglobals.h index 9e1df4ddf7..4d8bf522c9 100644 --- a/gtk/gtkglobals.h +++ b/gtk/gtkglobals.h @@ -1,7 +1,7 @@ /* gtkglobals.h * GTK-related Global defines, etc. * - * $Id: gtkglobals.h,v 1.26 2004/06/02 07:12:10 ulfl Exp $ + * $Id: gtkglobals.h,v 1.27 2004/06/04 17:16:57 ulfl Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -25,8 +25,28 @@ #ifndef __GTKGLOBALS_H__ #define __GTKGLOBALS_H__ +/** @mainpage GTK subsystem + * + * @section intro Introduction + * + * Ethereal uses GTK (the Gimp ToolKit) as it's user interface toolkit. + * + * See Modules for a list of submodules. + * + * Additional info pages: + * + * - @ref howto_window_page + * + */ + +/** @defgroup helpers_group General purpose helpers + * + * There are some general purpose helper files. + */ + /** @file - * GTK globals like the main application window. + * GTK global definitions. For example a pointer to the main application window. + * @ingroup helpers_group */ /** application window */ -- cgit v1.2.3