aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gtkglobals.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-04 17:19:01 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-04 17:19:01 +0000
commit8caacb27c118ea560ed04211224e89eaa80dc7c5 (patch)
treea61471bbf8501577ad5ae3f7609578a0b21be15b /gtk/gtkglobals.h
parent4e77eb9ff6568b97754cd4780f3c8abd2b849131 (diff)
add more details for doxygen
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11107 f5534014-38df-0310-8fa8-9805f1628bb7
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 */