diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2004-06-03 14:54:26 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2004-06-03 14:54:26 +0000 |
commit | 03f8df8a9a40fe59d898066ac29acaad4632f650 (patch) | |
tree | ab5c614b6b5d174cce19b8cbb999c794eeee4637 /gtk/text_page.h | |
parent | 0b9bd0088fac6742b0a674852bcaeeb8576e4651 (diff) | |
download | wireshark-03f8df8a9a40fe59d898066ac29acaad4632f650.tar.gz wireshark-03f8df8a9a40fe59d898066ac29acaad4632f650.tar.bz2 wireshark-03f8df8a9a40fe59d898066ac29acaad4632f650.zip |
add details for doxygen
svn path=/trunk/; revision=11090
Diffstat (limited to 'gtk/text_page.h')
-rw-r--r-- | gtk/text_page.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/text_page.h b/gtk/text_page.h index fa795f01b2..d31a4f04aa 100644 --- a/gtk/text_page.h +++ b/gtk/text_page.h @@ -1,7 +1,7 @@ /* text_page.h * Declarations of routine to construct a simple text page from a file. * - * $Id: text_page.h,v 1.2 2004/06/02 22:13:04 ulfl Exp $ + * $Id: text_page.h,v 1.3 2004/06/03 14:54:26 ulfl Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -27,6 +27,7 @@ /** @file * Construct a simple text page widget from a file. + * @todo move this and the implementation to ui_util. */ /** Construct a simple text page widget from a file (UTF8 encoded). |