From a523135202846e147581a0b9496691c20f82d927 Mon Sep 17 00:00:00 2001 From: Moshe Kaplan Date: Mon, 29 Nov 2021 23:18:35 -0500 Subject: epan: Add header files to Doxygen Add @file markers for epan headers so that Doxygen will generate documentation for them. --- epan/garrayfix.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'epan/garrayfix.h') diff --git a/epan/garrayfix.h b/epan/garrayfix.h index c00d00dd03..f5535932fa 100644 --- a/epan/garrayfix.h +++ b/epan/garrayfix.h @@ -1,4 +1,5 @@ -/* garrayfix.h +/** @file + * * Macros to work around the "data" field of a GArray having type guint8 *, * rather than void *, so that, even though the GArray code should be * ensuring that the data is aligned strictly enough for any data type, -- cgit v1.2.3