aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gtkglobals.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-06-04 17:19:01 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-06-04 17:19:01 +0000
commitfa7a022db320cba9d15d7c1a668df4606d82d79f (patch)
treea61471bbf8501577ad5ae3f7609578a0b21be15b /gtk/gtkglobals.h
parent26dae2148a9bd84b42cb838e7a456e58fe7cb2bc (diff)
add more details for doxygen
svn path=/trunk/; revision=11107
Diffstat (limited to 'gtk/gtkglobals.h')
-rw-r--r--gtk/gtkglobals.h24
1 files changed, 22 insertions, 2 deletions
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 <gerald@ethereal.com>
@@ -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 */