xrt: Improve code docs

This commit is contained in:
Ryan Pavlik 2022-07-15 12:50:04 -05:00
parent 8f7eed3521
commit 4c5327fc65
2 changed files with 4 additions and 3 deletions

View file

@ -1831,6 +1831,7 @@ struct xrt_system_compositor_info
struct xrt_system_compositor;
/*!
* @interface xrt_multi_compositor_control
* Special functions to control multi session/clients.
*/
struct xrt_multi_compositor_control
@ -1881,8 +1882,8 @@ struct xrt_system_compositor
* This signals that you want to start XR, and as such implicitly brings
* up a new session. Does not "call" `xrBeginSession`.
*
* Some system compositors might only support that one `xrt_compositor`
* is always at a time, will return `XRT_ERROR_MULTI_SESSION_NOT_IMPLEMENTED`
* Some system compositors might only support that one `xrt_compositor`
* is active at a time, will return `XRT_ERROR_MULTI_SESSION_NOT_IMPLEMENTED`
* if this is the case.
*/
xrt_result_t (*create_native_compositor)(struct xrt_system_compositor *xsc,

View file

@ -3,7 +3,7 @@
/*!
* @file
* @brief Common settings structs to be transferred between different parts of
* Monadon.
* Monado, mainly for tracking and camera usage.
* @author Jakob Bornecrantz <jakob@collabora.com>
* @ingroup xrt_iface
*/