Monado OpenXR Runtime
m_documentation.hpp
Go to the documentation of this file.
1// Copyright 2021, Collabora, Ltd.
2// SPDX-License-Identifier: BSL-1.0
3/*!
4 * @file
5 * @brief Header with only documentation.
6 * @author Rylie Pavlik <rylie.pavlik@collabora.com>
7 * @ingroup aux_math
8 */
9
10#pragma once
11
12
13namespace xrt::auxiliary {
14//! C++-only functionality in the Math helper library
15namespace math {
16 // Empty
17} // namespace math
18} // namespace xrt::auxiliary