Monado OpenXR Runtime
Loading...
Searching...
No Matches
b_documentation.h
Go to the documentation of this file.
1// Copyright 2026, NVIDIA CORPORATION.
2// SPDX-License-Identifier: BSL-1.0
3/*!
4 * @file
5 * @brief Documentation for the base module.
6 * @author Jakob Bornecrantz <tbornecrantz@nvidia.com>
7 * @ingroup base
8 */
9
10#pragma once
11
12/*!
13 * @defgroup base Base implementations
14 * @ingroup xrt
15 *
16 * @brief The base module provide the default implementations of some of the
17 * @ref xrt_iface objects, such as the @ref xrt_system and @ref xrt_session.
18 * Some of the objects are even extendable by external users of the the Monado
19 * codebase. These lives here instead of in other places such as the auxiliary
20 * or state tracker modules.
21 */
22
23/*!
24 * @dir src/xrt/base
25 * @ingroup base
26 *
27 * @brief The base module implementation files.
28 */