From df413a3809e0258b261436ea9546484453785b69 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Tue, 17 May 2022 13:46:00 -0500 Subject: [PATCH] d/ht: Fix doxygen warnings --- src/xrt/drivers/ht/ht_interface.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xrt/drivers/ht/ht_interface.h b/src/xrt/drivers/ht/ht_interface.h index e4d31569a..6d31c8f44 100644 --- a/src/xrt/drivers/ht/ht_interface.h +++ b/src/xrt/drivers/ht/ht_interface.h @@ -46,6 +46,8 @@ ht_device_create_index(struct xrt_prober *xp, struct t_stereo_camera_calibration * * @param xfctx WMR context to attach the tracker to * @param calib Calibration struct for stereo camera + * @param output_space What the origin of the output data should be + * @param algorithm_choice Which algorithm to use for hand tracking * @param out_sinks Sinks to stream camera data to * @param out_device Newly created hand tracker "device" * @return int 0 on success