The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

d/rs: Use long name as documentation name

+9 -9
+1 -1
src/xrt/drivers/realsense/rs_ddev.c
··· 7 7 * @author Moses Turner <mosesturner@protonmail.com> 8 8 * @author Nova King <technobaboo@gmail.com> 9 9 * @author Jakob Bornecrantz <jakob@collabora.com> 10 - * @ingroup drv_rs 10 + * @ingroup drv_realsense 11 11 */ 12 12 13 13 #include "xrt/xrt_defines.h"
+2 -2
src/xrt/drivers/realsense/rs_driver.h
··· 4 4 * @file 5 5 * @brief Internal header for the RealSense driver. 6 6 * @author Mateo de Mayo <mateo.demayo@collabora.com> 7 - * @ingroup drv_rs 7 + * @ingroup drv_realsense 8 8 */ 9 9 #pragma once 10 10 ··· 16 16 #include <librealsense2/h/rs_pipeline.h> 17 17 18 18 /*! 19 - * @addtogroup drv_rs 19 + * @addtogroup drv_realsense 20 20 * @{ 21 21 */ 22 22
+1 -1
src/xrt/drivers/realsense/rs_hdev.c
··· 4 4 * @file 5 5 * @brief RealSense device tracked with host-SLAM. 6 6 * @author Mateo de Mayo <mateo.demayo@collabora.com> 7 - * @ingroup drv_rs 7 + * @ingroup drv_realsense 8 8 * 9 9 * Originally created and tried on the D455 model but should work in any 10 10 * RealSense device that has video and IMU streams.
+4 -4
src/xrt/drivers/realsense/rs_interface.h
··· 4 4 * @file 5 5 * @brief Interface to RealSense devices. 6 6 * @author Jakob Bornecrantz <jakob@collabora.com> 7 - * @ingroup drv_rs 7 + * @ingroup drv_realsense 8 8 */ 9 9 10 10 #pragma once ··· 16 16 struct xrt_frame_context; 17 17 18 18 /*! 19 - * @defgroup drv_rs Intel RealSense driver 19 + * @defgroup drv_realsense Intel RealSense driver 20 20 * @ingroup drv 21 21 * 22 22 * @brief Driver for the SLAM-capable Intel Realsense devices. ··· 30 30 /*! 31 31 * Create a auto prober for rs devices. 32 32 * 33 - * @ingroup drv_rs 33 + * @ingroup drv_realsense 34 34 */ 35 35 struct xrt_auto_prober * 36 36 rs_create_auto_prober(void); ··· 50 50 /*! 51 51 * @dir drivers/realsense 52 52 * 53 - * @brief @ref drv_rs files. 53 + * @brief @ref drv_realsense files. 54 54 */ 55 55 56 56
+1 -1
src/xrt/drivers/realsense/rs_prober.c
··· 5 5 * @brief Realsense prober code. 6 6 * @author Christoph Haag <christoph.haag@collabora.com> 7 7 * @author Jakob Bornecrantz <jakob@collabora.com> 8 - * @ingroup drv_rs 8 + * @ingroup drv_realsense 9 9 */ 10 10 11 11 #include <stdio.h>