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