diff options
author | Anders Broman <anders.broman@ericsson.com> | 2010-08-28 19:27:19 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2010-08-28 19:27:19 +0000 |
commit | a96e6b2047cce1c671f476ae26c81ee8afb7ca12 (patch) | |
tree | 2056442e125bbf13f50e1d84c913ca2a8cd783c1 /epan/except.h | |
parent | f17c5ac01f9198a033f6c1cb97ee54676121453e (diff) | |
download | wireshark-a96e6b2047cce1c671f476ae26c81ee8afb7ca12.tar.gz wireshark-a96e6b2047cce1c671f476ae26c81ee8afb7ca12.tar.bz2 wireshark-a96e6b2047cce1c671f476ae26c81ee8afb7ca12.zip |
Doxygen changes.
svn path=/trunk/; revision=33981
Diffstat (limited to 'epan/except.h')
-rw-r--r-- | epan/except.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/except.h b/epan/except.h index 363589417d..cacd7cbae2 100644 --- a/epan/except.h +++ b/epan/except.h @@ -18,7 +18,9 @@ * $Name: $ */ -/* +/** + * @file + * Portable Exception Handling for ANSI C.<BR> * Modified to support throwing an exception with a null message pointer, * and to have the message not be const (as we generate messages with * "g_strdup_sprintf()", which means they need to be freed; using |