aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamie Bullock <jamie@jamiebullock.com>2014-11-06 14:51:23 +0000
committerJamie Bullock <jamie@jamiebullock.com>2014-11-06 14:51:23 +0000
commit89890e226e5da72743f885cefb5273c51baf094e (patch)
tree81b165b928d86640ce52097dfccc761f718b3369
parentfb4a583fda06b0ba8a1cfd792982d929a6f45855 (diff)
downloadLibXtract-89890e226e5da72743f885cefb5273c51baf094e.tar.gz
LibXtract-89890e226e5da72743f885cefb5273c51baf094e.tar.bz2
LibXtract-89890e226e5da72743f885cefb5273c51baf094e.zip
Minor formatting change
-rw-r--r--xtract/libxtract.h2
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