From d817fc9b42b0c04d6452159ca63f5a30834f5489 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Wed, 26 Mar 2008 13:04:33 +0000 Subject: - Fixed build fail if --enable-fft not specified - Fixed doxygen build so that it includes libxtract.h - Doxygen tweaks --- xtract/xtract_vector.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'xtract/xtract_vector.h') 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 + * * @{ */ -- cgit v1.2.3