doxygen in types.h

This commit is contained in:
Gregor Weiss 2024-11-05 11:09:13 +01:00
parent d1bfb5236a
commit 9167ec48f3
Signed by: Gregor Weiss
GPG key ID: 61E170A8BBFE5756

View file

@ -672,18 +672,12 @@
bwc_span com; // Comment codestream block. bwc_span com; // Comment codestream block.
} bwc_header; } bwc_header;
/*----------------------------------------------------------------------------------------------*\ /*================================================================================================*/
! ! /**
! DESCRIPTION: ! * @details Structure holding all the necessary parameters defining and controlling a bwc
! ------------ ! * (de-)compression run.
! ! */
! 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. !
! !
\*----------------------------------------------------------------------------------------------*/
typedef struct typedef struct
{ {
bwc_gl_inf info; // Global info structure bwc_gl_inf info; // Global info structure