aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gtk/about_dlg.h3
-rw-r--r--gtk/capture_dlg.h3
-rw-r--r--gtk/capture_prefs.h3
-rw-r--r--gtk/color_dlg.h3
-rw-r--r--gtk/column_prefs.h5
-rw-r--r--gtk/decode_as_dlg.h3
-rw-r--r--gtk/dfilter_expr_dlg.h3
-rw-r--r--gtk/doxygen.cfg2
-rw-r--r--gtk/file_dlg.h3
-rw-r--r--gtk/filter_prefs.h3
-rw-r--r--gtk/find_dlg.h3
-rw-r--r--gtk/follow_dlg.h3
-rw-r--r--gtk/goto_dlg.h3
-rw-r--r--gtk/gtkglobals.h12
-rw-r--r--gtk/gui_prefs.h3
-rw-r--r--gtk/help_dlg.h3
-rw-r--r--gtk/layout_prefs.h3
-rw-r--r--gtk/nameres_prefs.h3
-rw-r--r--gtk/prefs_dlg.h36
-rw-r--r--gtk/print_prefs.h3
-rw-r--r--gtk/proto_dlg.h3
-rw-r--r--gtk/rtp_stream.h3
-rw-r--r--gtk/stream_prefs.h3
23 files changed, 78 insertions, 34 deletions
diff --git a/gtk/about_dlg.h b/gtk/about_dlg.h
index 46398d6acd..2b93669156 100644
--- a/gtk/about_dlg.h
+++ b/gtk/about_dlg.h
@@ -1,7 +1,7 @@
/* about_dlg.h
* Declarations of routines for the "About" dialog
*
- * $Id: about_dlg.h,v 1.2 2004/06/01 20:28:04 ulfl Exp $
+ * $Id: about_dlg.h,v 1.3 2004/06/04 20:05:30 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -27,6 +27,7 @@
/** @file
* "About" dialog box.
+ * @ingroup dialog_group
*/
/** User requested the "About" dialog box by menu or toolbar.
diff --git a/gtk/capture_dlg.h b/gtk/capture_dlg.h
index 5a50dba2b4..d9a0ac62e2 100644
--- a/gtk/capture_dlg.h
+++ b/gtk/capture_dlg.h
@@ -1,7 +1,7 @@
/* capture_dlg.h
* Definitions for packet capture windows
*
- * $Id: capture_dlg.h,v 1.5 2004/06/01 17:33:35 ulfl Exp $
+ * $Id: capture_dlg.h,v 1.6 2004/06/04 20:05:30 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -28,6 +28,7 @@
/** @file
* "Capture Options" dialog box.
+ * @ingroup dialog_group
*/
/** User requested the "Capture Options" dialog box by menu or toolbar.
diff --git a/gtk/capture_prefs.h b/gtk/capture_prefs.h
index 9f526ef4ba..234dbde473 100644
--- a/gtk/capture_prefs.h
+++ b/gtk/capture_prefs.h
@@ -1,7 +1,7 @@
/* capture_prefs.h
* Definitions for capture preferences window
*
- * $Id: capture_prefs.h,v 1.4 2004/06/02 18:44:10 ulfl Exp $
+ * $Id: capture_prefs.h,v 1.5 2004/06/04 20:05:30 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -27,6 +27,7 @@
/** @file
* "Capture" preferences page.
+ * @ingroup prefs_group
*/
/** Build a capture preferences page.
diff --git a/gtk/color_dlg.h b/gtk/color_dlg.h
index b67c1a2924..383f95ef90 100644
--- a/gtk/color_dlg.h
+++ b/gtk/color_dlg.h
@@ -1,7 +1,7 @@
/* color_dlg.h
* Definitions for dialog boxes for color filters
*
- * $Id: color_dlg.h,v 1.5 2004/06/01 20:28:04 ulfl Exp $
+ * $Id: color_dlg.h,v 1.6 2004/06/04 20:05:30 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -28,6 +28,7 @@
/** @file
* "Colorize Display" dialog box.
+ * @ingroup dialog_group
*/
/** User requested the "Colorize Display" dialog box by menu or toolbar.
diff --git a/gtk/column_prefs.h b/gtk/column_prefs.h
index 02113fd425..378343cf59 100644
--- a/gtk/column_prefs.h
+++ b/gtk/column_prefs.h
@@ -1,7 +1,7 @@
/* column_prefs.h
* Definitions for column preferences window
*
- * $Id: column_prefs.h,v 1.6 2004/06/02 18:44:10 ulfl Exp $
+ * $Id: column_prefs.h,v 1.7 2004/06/04 20:05:30 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -27,7 +27,8 @@
#define __COLUMN_PREFS_H__
/** @file
- * "Column" preferences page.
+ * "User Interface: Columns" preferences page.
+ * @ingroup prefs_group
*/
/** Build a column preferences page.
diff --git a/gtk/decode_as_dlg.h b/gtk/decode_as_dlg.h
index 0f1e547722..f080e7ce94 100644
--- a/gtk/decode_as_dlg.h
+++ b/gtk/decode_as_dlg.h
@@ -1,6 +1,6 @@
/* decode_as_dlg.h
*
- * $Id: decode_as_dlg.h,v 1.5 2004/06/01 20:28:04 ulfl Exp $
+ * $Id: decode_as_dlg.h,v 1.6 2004/06/04 20:05:30 ulfl Exp $
*
* Routines to modify dissector tables on the fly.
*
@@ -28,6 +28,7 @@
/** @file
* "Decode As" / "User Specified Decodes" dialog box.
+ * @ingroup dialog_group
*/
/** User requested the "Decode As" dialog box by menu or toolbar.
diff --git a/gtk/dfilter_expr_dlg.h b/gtk/dfilter_expr_dlg.h
index fd9d02c986..d0d331c82f 100644
--- a/gtk/dfilter_expr_dlg.h
+++ b/gtk/dfilter_expr_dlg.h
@@ -1,7 +1,7 @@
/* dfilter_expr_dlg.h
* Definitions for dialog boxes for display filter expression construction
*
- * $Id: dfilter_expr_dlg.h,v 1.3 2004/06/01 20:28:04 ulfl Exp $
+ * $Id: dfilter_expr_dlg.h,v 1.4 2004/06/04 20:05:30 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -28,6 +28,7 @@
/** @file
* "Add Expression" dialog box.
+ * @ingroup dialog_group
*/
/** User requested the "Add Expression" dialog box by menu or toolbar.
diff --git a/gtk/doxygen.cfg b/gtk/doxygen.cfg
index 0eb9026f0d..8f240a7ca6 100644
--- a/gtk/doxygen.cfg
+++ b/gtk/doxygen.cfg
@@ -21,7 +21,7 @@ OUTPUT_DIRECTORY =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = .
+INPUT = . ../progress_dlg.h ../simple_dialog.h
# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
diff --git a/gtk/file_dlg.h b/gtk/file_dlg.h
index 18d581367b..19594c9c3b 100644
--- a/gtk/file_dlg.h
+++ b/gtk/file_dlg.h
@@ -1,7 +1,7 @@
/* file_dlg.h
* Definitions for dialog boxes for handling files
*
- * $Id: file_dlg.h,v 1.11 2004/06/01 17:33:36 ulfl Exp $
+ * $Id: file_dlg.h,v 1.12 2004/06/04 20:05:30 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -27,6 +27,7 @@
/** @file
* "Open" / "Close" / "Save" / "Save As" / etc dialog boxes.
+ * @ingroup dialog_group
*/
/** the action to take, after save has been done */
diff --git a/gtk/filter_prefs.h b/gtk/filter_prefs.h
index 9c5f2f022a..42b78eeedc 100644
--- a/gtk/filter_prefs.h
+++ b/gtk/filter_prefs.h
@@ -3,7 +3,7 @@
* (This used to be a notebook page under "Preferences", hence the
* "prefs" in the file name.)
*
- * $Id: filter_prefs.h,v 1.19 2004/06/01 17:33:36 ulfl Exp $
+ * $Id: filter_prefs.h,v 1.20 2004/06/04 20:05:31 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -32,6 +32,7 @@
* (This used to be a notebook page under "Preferences", hence the
* "prefs" in the file name.)
* @todo rename this and the corresponding .c file to filter_dlg to reflect current implementation
+ * @ingroup dialog_group
*/
/**
diff --git a/gtk/find_dlg.h b/gtk/find_dlg.h
index 4d96a9a2ec..c5a89c4c55 100644
--- a/gtk/find_dlg.h
+++ b/gtk/find_dlg.h
@@ -1,7 +1,7 @@
/* find_dlg.h
* Definitions for "find frame" window
*
- * $Id: find_dlg.h,v 1.7 2004/06/01 21:56:03 ulfl Exp $
+ * $Id: find_dlg.h,v 1.8 2004/06/04 20:05:31 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -28,6 +28,7 @@
/** @file
* "Find" dialog box and related functions.
+ * @ingroup dialog_group
*/
/** User requested the "Find" dialog box by menu or toolbar.
diff --git a/gtk/follow_dlg.h b/gtk/follow_dlg.h
index 0adee73571..7316f5bf3d 100644
--- a/gtk/follow_dlg.h
+++ b/gtk/follow_dlg.h
@@ -1,6 +1,6 @@
/* follow_dlg.c
*
- * $Id: follow_dlg.h,v 1.5 2004/06/01 21:56:04 ulfl Exp $
+ * $Id: follow_dlg.h,v 1.6 2004/06/04 20:05:31 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -27,6 +27,7 @@
/** @file
* "Follow TCP Stream" dialog box.
+ * @ingroup dialog_group
*/
/** User requested the "Follow TCP Stream" dialog box by menu or toolbar.
diff --git a/gtk/goto_dlg.h b/gtk/goto_dlg.h
index e0d6ddd145..0e04ec3b43 100644
--- a/gtk/goto_dlg.h
+++ b/gtk/goto_dlg.h
@@ -1,7 +1,7 @@
/* goto_dlg.h
* Definitions for "go to frame" window
*
- * $Id: goto_dlg.h,v 1.3 2004/06/01 17:33:36 ulfl Exp $
+ * $Id: goto_dlg.h,v 1.4 2004/06/04 20:05:31 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -28,6 +28,7 @@
/** @file
* "Go To" dialog box and similar functions.
+ * @ingroup dialog_group
*/
/** User requested the "Go To" dialog box by menu or toolbar.
diff --git a/gtk/gtkglobals.h b/gtk/gtkglobals.h
index 4d8bf522c9..afa914f93c 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.27 2004/06/04 17:16:57 ulfl Exp $
+ * $Id: gtkglobals.h,v 1.28 2004/06/04 20:05:31 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -33,20 +33,10 @@
*
* 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 global definitions. For example a pointer to the main application window.
- * @ingroup helpers_group
*/
/** application window */
diff --git a/gtk/gui_prefs.h b/gtk/gui_prefs.h
index c6e268d63a..048cf82e07 100644
--- a/gtk/gui_prefs.h
+++ b/gtk/gui_prefs.h
@@ -1,7 +1,7 @@
/* gui_prefs.h
* Definitions for GUI preferences window
*
- * $Id: gui_prefs.h,v 1.7 2004/06/02 18:44:10 ulfl Exp $
+ * $Id: gui_prefs.h,v 1.8 2004/06/04 20:05:31 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -28,6 +28,7 @@
/** @file
* "User Interface" and "User Interface: Font" preferences pages.
+ * @ingroup prefs_group
*/
/** Build a User interface preferences page.
diff --git a/gtk/help_dlg.h b/gtk/help_dlg.h
index 1e4fb47000..9e3a687842 100644
--- a/gtk/help_dlg.h
+++ b/gtk/help_dlg.h
@@ -1,6 +1,6 @@
/* help_dlg.h
*
- * $Id: help_dlg.h,v 1.7 2004/06/01 17:33:36 ulfl Exp $
+ * $Id: help_dlg.h,v 1.8 2004/06/04 20:05:31 ulfl Exp $
*
* Laurent Deniel <laurent.deniel@free.fr>
*
@@ -29,6 +29,7 @@
/** @file
* "Help" dialog box.
+ * @ingroup dialog_group
*/
/** User requested the "Help" dialog box by menu or toolbar.
diff --git a/gtk/layout_prefs.h b/gtk/layout_prefs.h
index 8198dbd7b1..8bc016db84 100644
--- a/gtk/layout_prefs.h
+++ b/gtk/layout_prefs.h
@@ -1,7 +1,7 @@
/* layout_prefs.h
* Definitions for layout preferences window
*
- * $Id: layout_prefs.h,v 1.5 2004/06/02 20:14:50 ulfl Exp $
+ * $Id: layout_prefs.h,v 1.6 2004/06/04 20:05:31 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -27,6 +27,7 @@
/** @file
* "User Interface: Layout" preferences page.
+ * @ingroup prefs_group
*/
/** Build a User interface layout preferences page.
diff --git a/gtk/nameres_prefs.h b/gtk/nameres_prefs.h
index 7e7e8a621f..9600d0fcf8 100644
--- a/gtk/nameres_prefs.h
+++ b/gtk/nameres_prefs.h
@@ -1,7 +1,7 @@
/* nameres_prefs.h
* Definitions for name resolution preferences window
*
- * $Id: nameres_prefs.h,v 1.4 2004/06/02 20:14:51 ulfl Exp $
+ * $Id: nameres_prefs.h,v 1.5 2004/06/04 20:05:31 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -27,6 +27,7 @@
/** @file
* "Name resolution" preferences page.
+ * @ingroup prefs_group
*/
/** Build a Name resolution preferences page.
diff --git a/gtk/prefs_dlg.h b/gtk/prefs_dlg.h
index 0f5ee294cb..2c485e07a3 100644
--- a/gtk/prefs_dlg.h
+++ b/gtk/prefs_dlg.h
@@ -1,7 +1,7 @@
/* prefs_dlg.h
* Definitions for preference handling routines
*
- * $Id: prefs_dlg.h,v 1.11 2004/06/02 18:44:10 ulfl Exp $
+ * $Id: prefs_dlg.h,v 1.12 2004/06/04 20:05:31 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -25,8 +25,42 @@
#ifndef __PREFS_DLG_H__
#define __PREFS_DLG_H__
+/** @defgroup prefs_group Preferences
+ *
+ * All GUI related preferences things. Please note, that some GUI related things
+ * are saved in the recent file, which is processed in recent.h.
+ *
+ * The Preference dialog has the following page submodules:
+ @dot
+ digraph prefs_pages {
+ node [shape=record, fontname=Helvetica, fontsize=10];
+ dialog [ label="Preferences dialog" URL="\ref prefs_dlg.h"];
+ ui [ label="User Interface" URL="\ref gui_prefs.h"];
+ layout [ label="UI: Layout" URL="\ref layout_prefs.h"];
+ columns [ label="UI: Columns" URL="\ref column_prefs.h"];
+ font [ label="UI: Font" URL="\ref gui_prefs.h"];
+ colors [ label="UI: Colors" URL="\ref stream_prefs.h"];
+ capture [ label="Capture" URL="\ref capture_prefs.h"];
+ print [ label="Printing" URL="\ref print_prefs.h"];
+ nameres [ label="Name resolution" URL="\ref nameres_prefs.h"];
+ protocols [ label="Protocols" URL="\ref prefs_dlg.h"];
+ dialog -> ui [ arrowhead="open", style="solid" ];
+ dialog -> layout [ arrowhead="open", style="solid" ];
+ dialog -> columns [ arrowhead="open", style="solid" ];
+ dialog -> font [ arrowhead="open", style="solid" ];
+ dialog -> colors [ arrowhead="open", style="solid" ];
+ dialog -> capture [ arrowhead="open", style="solid" ];
+ dialog -> print [ arrowhead="open", style="solid" ];
+ dialog -> nameres [ arrowhead="open", style="solid" ];
+ dialog -> protocols [ arrowhead="open", style="solid" ];
+ }
+ @enddot
+ */
+
/** @file
* "Preferences" and "Protocol properties" dialog boxes.
+ * @ingroup dialog_group
+ * @ingroup prefs_group
*/
/** Show the preferences dialog.
diff --git a/gtk/print_prefs.h b/gtk/print_prefs.h
index d35ed2690d..92d7388b0d 100644
--- a/gtk/print_prefs.h
+++ b/gtk/print_prefs.h
@@ -1,7 +1,7 @@
/* print_prefs.h
* Definitions for print preferences window
*
- * $Id: print_prefs.h,v 1.8 2004/06/02 20:14:51 ulfl Exp $
+ * $Id: print_prefs.h,v 1.9 2004/06/04 20:05:31 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -28,6 +28,7 @@
/** @file
* "Print" preferences page.
+ * @ingroup prefs_group
*/
/** Build a Print preferences page.
diff --git a/gtk/proto_dlg.h b/gtk/proto_dlg.h
index e6844cf8cb..fe0efa6e15 100644
--- a/gtk/proto_dlg.h
+++ b/gtk/proto_dlg.h
@@ -1,6 +1,6 @@
/* proto_dlg.h
*
- * $Id: proto_dlg.h,v 1.4 2004/06/02 20:14:51 ulfl Exp $
+ * $Id: proto_dlg.h,v 1.5 2004/06/04 20:05:31 ulfl Exp $
*
* Laurent Deniel <laurent.deniel@free.fr>
*
@@ -29,6 +29,7 @@
/** @file
* "Enabled Protocols" dialog box.
+ * @ingroup dialog_group
*/
/** Show the enabled protocols dialog.
diff --git a/gtk/rtp_stream.h b/gtk/rtp_stream.h
index ffd9f38e69..6d7a387b7a 100644
--- a/gtk/rtp_stream.h
+++ b/gtk/rtp_stream.h
@@ -1,7 +1,7 @@
/* rtp_stream.h
* RTP streams summary addition for ethereal
*
- * $Id: rtp_stream.h,v 1.6 2004/06/02 22:13:04 ulfl Exp $
+ * $Id: rtp_stream.h,v 1.7 2004/06/04 20:05:31 ulfl Exp $
*
* Copyright 2003, Alcatel Business Systems
* By Lars Ruoff <lars.ruoff@gmx.net>
@@ -33,6 +33,7 @@
/** @file
* ???
+ * @ingroup dialog_group
* @todo what's this?
*/
diff --git a/gtk/stream_prefs.h b/gtk/stream_prefs.h
index 1dad1b0a36..94a486e7ad 100644
--- a/gtk/stream_prefs.h
+++ b/gtk/stream_prefs.h
@@ -1,7 +1,7 @@
/* stream_prefs.h
* Definitions for stream preferences window
*
- * $Id: stream_prefs.h,v 1.6 2004/06/02 20:14:51 ulfl Exp $
+ * $Id: stream_prefs.h,v 1.7 2004/06/04 20:05:31 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -29,6 +29,7 @@
/** @file
* "User Interface: Colors" preferences page.
* @todo rename functions and files from stream to colors
+ * @ingroup prefs_group
*/
/** Build a Colors preferences page.