drivers: Add references to xrt_prober_found_function_t in all relevant docs

This commit is contained in:
Ryan Pavlik 2021-11-10 12:09:00 -06:00 committed by Jakob Bornecrantz
parent 3a22c74aa6
commit 0fa5876a5c
5 changed files with 6 additions and 0 deletions

View file

@ -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,

View file

@ -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,

View file

@ -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,

View file

@ -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,

View file

@ -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,