From 2f023936021d61aa5dce61abe63acca52a349d83 Mon Sep 17 00:00:00 2001 From: Rene Wagner Date: Mon, 26 Mar 2012 16:50:37 +0200 Subject: [PATCH] Fix freenect_set_smoothing_mode documentation. Signed-off-by: Rene Wagner --- include/libfreenect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libfreenect.h b/include/libfreenect.h index 7345e034..042092c0 100644 --- a/include/libfreenect.h +++ b/include/libfreenect.h @@ -625,7 +625,7 @@ FREENECTAPI int freenect_set_depth_mode(freenect_device* dev, const freenect_fra * Enables or disables hole filling/depth smoothing. The depth stream * must be active as this appears to be reset when it is started. * - * @param enable Whether to enable hole filling/depth smoothing + * @param mode New smoothing mode * * @return 0 on success, < 0 on error */