summaryrefslogtreecommitdiff
path: root/epan/except.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/except.h')
-rw-r--r--epan/except.h4
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