diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-10 12:29:39 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-10 12:29:39 +0000 |
commit | 937e5f416cc49418c5286550eb6cb227fb953cf3 (patch) | |
tree | 99aa560bcb4e0e42ad2dca26383fdcc2eb72a054 /xtract/xtract_scalar.h | |
parent | 2d9ae1f9a04d7c9dceef2099f12b5f54482fe4e7 (diff) | |
download | LibXtract-937e5f416cc49418c5286550eb6cb227fb953cf3.tar.gz LibXtract-937e5f416cc49418c5286550eb6cb227fb953cf3.tar.bz2 LibXtract-937e5f416cc49418c5286550eb6cb227fb953cf3.zip |
Improved doxygen documentation
Diffstat (limited to 'xtract/xtract_scalar.h')
-rw-r--r-- | xtract/xtract_scalar.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 |