From 9167ec48f3062a62e9266ee7d5a1d603264db427 Mon Sep 17 00:00:00 2001 From: Gregor Weiss Date: Tue, 5 Nov 2024 11:09:13 +0100 Subject: [PATCH] doxygen in types.h --- include/library/private/types.h | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/include/library/private/types.h b/include/library/private/types.h index bba676d..06b49b6 100755 --- a/include/library/private/types.h +++ b/include/library/private/types.h @@ -672,18 +672,12 @@ bwc_span com; // Comment codestream block. } bwc_header; - /*----------------------------------------------------------------------------------------------*\ - ! ! - ! DESCRIPTION: ! - ! ------------ ! - ! ! - ! This structure holds all the necessary parameters defining and controling a bwc ! - ! (de-)compression run. ! - ! ! - ! The meter structure is used to store measurements, including important time ! - ! measurements, for a particular compression run. ! - ! ! - \*----------------------------------------------------------------------------------------------*/ +/*================================================================================================*/ +/** + * @details Structure holding all the necessary parameters defining and controlling a bwc + * (de-)compression run. + */ +/*================================================================================================*/ typedef struct { bwc_gl_inf info; // Global info structure