diff options
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 + * * @{ */ |