From 7fe3f36ac845be97540f4ad10d5419794a8ac53f Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Fri, 10 Aug 2018 20:32:30 -0400 Subject: Minor documentation fixes --- gst/geometrictransform/geometricmath.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/geometrictransform/geometricmath.c') diff --git a/gst/geometrictransform/geometricmath.c b/gst/geometrictransform/geometricmath.c index 6c7949e1c..f09459ce4 100644 --- a/gst/geometrictransform/geometricmath.c +++ b/gst/geometrictransform/geometricmath.c @@ -179,7 +179,7 @@ gst_gm_mod_float (gdouble a, gdouble b) return a; } -/** +/* * Returns a repeating triangle shape in the range 0..1 with wavelength 1.0 */ gdouble @@ -190,7 +190,7 @@ gst_gm_triangle (gdouble x) return 2.0 * (r < 0.5 ? r : 1 - r); } -/** +/* * Hermite interpolation */ gdouble -- cgit v1.2.1