From 937e5f416cc49418c5286550eb6cb227fb953cf3 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Tue, 10 Oct 2006 12:29:39 +0000 Subject: Improved doxygen documentation --- xtract/xtract_scalar.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'xtract/xtract_scalar.h') diff --git a/xtract/xtract_scalar.h b/xtract/xtract_scalar.h index 96969bd..876de3a 100644 --- a/xtract/xtract_scalar.h +++ b/xtract/xtract_scalar.h @@ -27,6 +27,12 @@ extern "C" { #endif +/** + * \defgroup scalar extraction functions + * + * Defines scalar extraction functions, and their parameters. + * @{ + */ /** \brief Extract the mean of an input vector * @@ -296,6 +302,8 @@ int xtract_hps(float *data, int N, void *argv, float *result); */ int xtract_f0(float *data, int N, void *argv, float *result); +/** @} */ + #ifdef __cplusplus } #endif -- cgit v1.2.3