Monado OpenXR Runtime
xrt_documentation.h
Go to the documentation of this file.
1// Copyright 2019, Collabora, Ltd.
2// SPDX-License-Identifier: BSL-1.0
3/*!
4 * @file
5 * @brief Header with just documentation.
6 * @author Jakob Bornecrantz <jakob@collabora.com>
7 * @ingroup xrt_iface
8 */
9
10#pragma once
11
12/*!
13 * @defgroup xrt Monado(XRT)
14 *
15 * @brief Monado XR runtime project.
16 */
17
18/*!
19 * @defgroup inc Includes
20 * @ingroup xrt
21 *
22 * @brief Include and interface headers.
23 */
24
25/*!
26 * @defgroup xrt_iface XRT interfaces
27 * @ingroup inc
28 *
29 * @brief The main interface shared between the different components of Monado.
30 */
31
32/*!
33 * @defgroup drv Drivers
34 * @ingroup xrt
35 *
36 * @brief Native and wrapper drivers in Monado.
37 */
38
39/*!
40 * @dir include/xrt
41 * @ingroup inc
42 *
43 * @brief @ref xrt_iface includes.
44 */
45
46/*!
47 * @dir state_trackers
48 * @ingroup xrt
49 *
50 * @brief State trackers.
51 */
52
53/*!
54 * @dir state_trackers/oxr
55 * @ingroup oxr
56 *
57 * @brief @ref oxr files.
58 */
59
60/*!
61 * @dir drivers
62 * @ingroup xrt
63 *
64 * @brief @ref drv files.
65 */