From 0fa5876a5ca3eb3c7de9d39674b62c64a65e1939 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Wed, 10 Nov 2021 12:09:00 -0600 Subject: [PATCH] drivers: Add references to xrt_prober_found_function_t in all relevant docs --- src/xrt/drivers/hdk/hdk_interface.h | 1 + src/xrt/drivers/hydra/hydra_interface.h | 1 + src/xrt/drivers/psmv/psmv_interface.h | 1 + src/xrt/drivers/vive/vive_prober.h | 2 ++ src/xrt/drivers/wmr/wmr_interface.h | 1 + 5 files changed, 6 insertions(+) diff --git a/src/xrt/drivers/hdk/hdk_interface.h b/src/xrt/drivers/hdk/hdk_interface.h index 3d3748643..40243c67a 100644 --- a/src/xrt/drivers/hdk/hdk_interface.h +++ b/src/xrt/drivers/hdk/hdk_interface.h @@ -31,6 +31,7 @@ extern "C" { * Probing function for HDK devices. * * @ingroup drv_hdk + * @see xrt_prober_found_function_t */ int hdk_found(struct xrt_prober *xp, diff --git a/src/xrt/drivers/hydra/hydra_interface.h b/src/xrt/drivers/hydra/hydra_interface.h index 2400c605a..b7dbf88a2 100644 --- a/src/xrt/drivers/hydra/hydra_interface.h +++ b/src/xrt/drivers/hydra/hydra_interface.h @@ -29,6 +29,7 @@ extern "C" { * Probing function for Razer Hydra devices. * * @ingroup drv_hydra + * @see xrt_prober_found_function_t */ int hydra_found(struct xrt_prober *xp, diff --git a/src/xrt/drivers/psmv/psmv_interface.h b/src/xrt/drivers/psmv/psmv_interface.h index f594e97f0..271c14b7c 100644 --- a/src/xrt/drivers/psmv/psmv_interface.h +++ b/src/xrt/drivers/psmv/psmv_interface.h @@ -29,6 +29,7 @@ extern "C" { * Probing function for the PS Move devices. * * @ingroup drv_psmv + * @see xrt_prober_found_function_t */ int psmv_found(struct xrt_prober *xp, diff --git a/src/xrt/drivers/vive/vive_prober.h b/src/xrt/drivers/vive/vive_prober.h index becac8894..920d41694 100644 --- a/src/xrt/drivers/vive/vive_prober.h +++ b/src/xrt/drivers/vive/vive_prober.h @@ -43,6 +43,7 @@ extern "C" { * Probing function for Vive devices. * * @ingroup drv_vive + * @see xrt_prober_found_function_t */ int vive_found(struct xrt_prober *xp, @@ -57,6 +58,7 @@ vive_found(struct xrt_prober *xp, * Probing function for HTC Vive and Valve Index controllers. * * @ingroup drv_vive + * @see xrt_prober_found_function_t */ int vive_controller_found(struct xrt_prober *xp, diff --git a/src/xrt/drivers/wmr/wmr_interface.h b/src/xrt/drivers/wmr/wmr_interface.h index 56f5d59f4..96e7f1b1c 100644 --- a/src/xrt/drivers/wmr/wmr_interface.h +++ b/src/xrt/drivers/wmr/wmr_interface.h @@ -27,6 +27,7 @@ extern "C" { * Probing function for Windows Mixed Reality devices. * * @ingroup drv_wmr + * @see xrt_prober_found_function_t */ int wmr_found(struct xrt_prober *xp,