diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2008-03-26 13:04:33 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2008-03-26 13:04:33 +0000 |
commit | d817fc9b42b0c04d6452159ca63f5a30834f5489 (patch) | |
tree | 94eb92eec04d06020bcb08e59e8da541d3a8f8ee /xtract/xtract_vector.h | |
parent | 398afce1d37bad97d50a20aa5406a4dc6327912d (diff) | |
download | LibXtract-d817fc9b42b0c04d6452159ca63f5a30834f5489.tar.gz LibXtract-d817fc9b42b0c04d6452159ca63f5a30834f5489.tar.bz2 LibXtract-d817fc9b42b0c04d6452159ca63f5a30834f5489.zip |
- Fixed build fail if --enable-fft not specified
- Fixed doxygen build so that it includes libxtract.h
- Doxygen tweaks
Diffstat (limited to 'xtract/xtract_vector.h')
-rw-r--r-- | xtract/xtract_vector.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xtract/xtract_vector.h b/xtract/xtract_vector.h index 1d68080..5eb663a 100644 --- a/xtract/xtract_vector.h +++ b/xtract/xtract_vector.h @@ -18,7 +18,7 @@ * USA. */ -/* xtract_scalar.h: declares functions that extract a feature as a vector from an input vector */ +/** \file xtract_vector.h: declares functions that extract a feature as a vector from an input vector */ #ifndef XTRACT_VECTOR_H #define XTRACT_VECTOR_H @@ -30,7 +30,8 @@ extern "C" { /** * \defgroup vector vector extraction functions * - * Defines vector extraction functions, and their parameters. + * Functions that extract a feature as a vector from an input vector + * * @{ */ |