diff options
author | Jamie Bullock <jamie@jamiebullock.com> | 2014-11-06 14:51:23 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@jamiebullock.com> | 2014-11-06 14:51:23 +0000 |
commit | 89890e226e5da72743f885cefb5273c51baf094e (patch) | |
tree | 81b165b928d86640ce52097dfccc761f718b3369 | |
parent | fb4a583fda06b0ba8a1cfd792982d929a6f45855 (diff) | |
download | LibXtract-89890e226e5da72743f885cefb5273c51baf094e.tar.gz LibXtract-89890e226e5da72743f885cefb5273c51baf094e.tar.bz2 LibXtract-89890e226e5da72743f885cefb5273c51baf094e.zip |
Minor formatting change
-rw-r--r-- | xtract/libxtract.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |