shithub: aubio

Download patch

ref: 2a2636a5e6d93d0fc4634e4745e799802e3de54d
parent: c0608bdf055470fc0678853870ed286dcf4c47c4
author: Paul Brossier <piem@piem.org>
date: Sat Mar 2 09:25:49 EST 2013

src/mathutils.h: improve doc, fix typo

--- a/src/mathutils.h
+++ b/src/mathutils.h
@@ -18,8 +18,12 @@
 
 */
 
-/** @file
- *  various math functions
+/** \file
+
+  Various math functions
+
+  \example test-mathutils.c
+
  */
 
 #ifndef MATHUTILS_H
@@ -179,10 +183,10 @@
 */
 void fvec_min_removal (fvec_t * v);
 
-/** compute moving median theshold of a vector
+/** compute moving median threshold of a vector
 
   This function computes the moving median threshold value of at the given
-position of a vector, taking the median amongs post elements before and up to
+position of a vector, taking the median among post elements before and up to
 pre elements after pos.
  
   \param v input vector