diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-04 18:19:25 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-04 18:19:25 +0000 |
commit | 936b57b248ab7d69410beb65c0f5a167146f1943 (patch) | |
tree | be99806ecbb0980e14afe2a58469362ce791c1ae /xtract/xtract_types.h | |
parent | 6d00829a8ccef20c0ce7eeecc54cd3bb5f94b3bd (diff) | |
download | LibXtract-936b57b248ab7d69410beb65c0f5a167146f1943.tar.gz LibXtract-936b57b248ab7d69410beb65c0f5a167146f1943.tar.bz2 LibXtract-936b57b248ab7d69410beb65c0f5a167146f1943.zip |
Added doxygen tags and compile scripts
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; |