doxygen in types.h
This commit is contained in:
parent
d1bfb5236a
commit
9167ec48f3
1 changed files with 6 additions and 12 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue