From ecfec5028e37ab78c5f15356fe6eb9625b55b1a5 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Mon, 1 Mar 2021 19:31:25 +0000 Subject: [PATCH] xrt: Add doccomment and fix doxygen error --- src/xrt/include/xrt/xrt_prober.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/xrt/include/xrt/xrt_prober.h b/src/xrt/include/xrt/xrt_prober.h index 921c0079f..b8cfb0724 100644 --- a/src/xrt/include/xrt/xrt_prober.h +++ b/src/xrt/include/xrt/xrt_prober.h @@ -207,6 +207,10 @@ struct xrt_prober int interface, struct os_hid_device **out_hid_dev); + /*! + * Opens the selected video device and returns a @ref xrt_fs, does not + * start it. + */ int (*open_video_device)(struct xrt_prober *xp, struct xrt_prober_device *xpdev, struct xrt_frame_context *xfctx, @@ -332,7 +336,7 @@ xrt_prober_can_open(struct xrt_prober *xp, struct xrt_prober_device *xpdev) /*! - * @copydoc xrt_prober::xrt_prober_open_video_device + * @copydoc xrt_prober::open_video_device * * Helper function for @ref xrt_prober::xrt_prober_open_video_device. *