Monado OpenXR Runtime
u_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 aux_util
8  */
9 
10 #pragma once
11 
12 
13 /*!
14  * @defgroup aux Auxiliary
15  * @ingroup xrt
16  *
17  * @brief Shared code and helpers for Monado.
18  */
19 
20 /*!
21  * @defgroup aux_util Utilities
22  * @ingroup aux
23  *
24  * @brief Smaller pieces of auxiliary utilities code.
25  */
26 
27 
28 /*!
29  * @dir auxiliary
30  * @ingroup xrt
31  *
32  * @brief Shared code and helpers for Monado.
33  */
34 
35 /*!
36  * @dir auxiliary/util
37  * @ingroup aux
38  *
39  * @brief Smaller pieces of auxiliary utilities code.
40  */