From 0e4f40c980c17703a3947de086fdceaf1b96942b Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Tue, 17 May 2022 13:45:50 -0500 Subject: [PATCH] d/wmr: Fix doxygen warning --- src/xrt/drivers/wmr/wmr_hmd.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/xrt/drivers/wmr/wmr_hmd.h b/src/xrt/drivers/wmr/wmr_hmd.h index 92d51d37d..6e78e1630 100644 --- a/src/xrt/drivers/wmr/wmr_hmd.h +++ b/src/xrt/drivers/wmr/wmr_hmd.h @@ -152,8 +152,7 @@ struct wmr_hmd //! SLAM tracker. //! @todo Right now, we are not consistent in how we interface with //! trackers. In particular, we have a @ref xrt_tracked_slam field but not - //! an equivalent for hand tracking. Maybe we should try to use @ref - //! xrt_tracked_hand? + //! an equivalent for hand tracking. struct xrt_tracked_slam *slam; //! Set at start. Whether the SLAM tracker was initialized.