mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 18:08:29 +00:00
xrt: Add missing doc comments.
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/1655>
This commit is contained in:
parent
30c067db7f
commit
449016be51
|
@ -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;
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Reference in a new issue