mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-04 06:06:17 +00:00
xrt: Add doccomment and fix doxygen error
This commit is contained in:
parent
a387202352
commit
ecfec5028e
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue