xrt: Add missing doc comments.

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/1655>
This commit is contained in:
Rylie Pavlik 2024-08-22 09:06:16 -05:00
parent 30c067db7f
commit 449016be51

View file

@ -176,8 +176,15 @@ struct xrt_instance
/*!
* @}
*/
/*!
* Instance information structure, including both platform and application info.
*/
struct xrt_instance_info instance_info;
/*!
* CLOCK_MONOTONIC timestamp of the instance startup.
*/
uint64_t startup_timestamp;
/*!