From 89890e226e5da72743f885cefb5273c51baf094e Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Thu, 6 Nov 2014 14:51:23 +0000 Subject: Minor formatting change --- xtract/libxtract.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xtract/libxtract.h') diff --git a/xtract/libxtract.h b/xtract/libxtract.h index e7047de..17540c5 100644 --- a/xtract/libxtract.h +++ b/xtract/libxtract.h @@ -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 -- cgit v1.2.3