# HG changeset patch # User Jamie Bullock # Date 1415285483 0 # Node ID 4a9a0c872494476ccc073d5a55b8a8670c92d78c # Parent 1e76914e890743dee49c806b2c45650fcfcbeb67 Minor formatting change diff -r 1e76914e8907 -r 4a9a0c872494 xtract/libxtract.h --- a/xtract/libxtract.h Thu Jul 17 16:31:36 2014 +0100 +++ b/xtract/libxtract.h Thu Nov 06 14:51:23 2014 +0000 @@ -32,7 +32,7 @@ * * All feature extraction functions follow the same prototype: * -int xtract_function_name(const double *data, const int N, const void *argv, double *result){ + * **int xtract_function_name(const double *data, const int N, const void *argv, double *result);** * * \param const double *data points to an array of doubles representing the input data * \param const int N represents the number of elementes from *data to be considered in the calculation