diff options
Diffstat (limited to 'xtract/xtract_types.h')
-rw-r--r-- | xtract/xtract_types.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xtract/xtract_types.h b/xtract/xtract_types.h index 39fce64..f679a27 100644 --- a/xtract/xtract_types.h +++ b/xtract/xtract_types.h @@ -18,7 +18,7 @@ * USA. */ -/* xtract_types.h: declares specialised variable types used by libxtract */ +/* \file xtract_types.h: declares specialised variable types used by libxtract */ #ifndef XTRACT_TYPES #define XTRACT_TYPES @@ -27,8 +27,7 @@ extern "C" { #endif -/* Data structure used to store amplitude data between calls to xtract_attack_time and other functions. */ - +/* \brief Data structure used to store amplitude data between calls to xtract_attack_time and other functions. */ typedef struct _xtract_amp_tracker { int count; float previous_amp; |