The open source OpenXR runtime

xrt: Improve code docs

+4 -3
+3 -2
src/xrt/include/xrt/xrt_compositor.h
··· 1831 1831 struct xrt_system_compositor; 1832 1832 1833 1833 /*! 1834 + * @interface xrt_multi_compositor_control 1834 1835 * Special functions to control multi session/clients. 1835 1836 */ 1836 1837 struct xrt_multi_compositor_control ··· 1881 1882 * This signals that you want to start XR, and as such implicitly brings 1882 1883 * up a new session. Does not "call" `xrBeginSession`. 1883 1884 * 1884 - * Some system compositors might only support that one `xrt_compositor` 1885 - * is always at a time, will return `XRT_ERROR_MULTI_SESSION_NOT_IMPLEMENTED` 1885 + * Some system compositors might only support that one `xrt_compositor` 1886 + * is active at a time, will return `XRT_ERROR_MULTI_SESSION_NOT_IMPLEMENTED` 1886 1887 * if this is the case. 1887 1888 */ 1888 1889 xrt_result_t (*create_native_compositor)(struct xrt_system_compositor *xsc,
+1 -1
src/xrt/include/xrt/xrt_settings.h
··· 3 3 /*! 4 4 * @file 5 5 * @brief Common settings structs to be transferred between different parts of 6 - * Monadon. 6 + * Monado, mainly for tracking and camera usage. 7 7 * @author Jakob Bornecrantz <jakob@collabora.com> 8 8 * @ingroup xrt_iface 9 9 */