monado/src/xrt/auxiliary/math/m_documentation.hpp

19 lines
368 B
C++
Raw Normal View History

// Copyright 2021, Collabora, Ltd.
// SPDX-License-Identifier: BSL-1.0
/*!
* @file
* @brief Header with just documentation.
* @author Ryan Pavlik <ryan.pavlik@collabora.com>
* @ingroup aux_math
*/
#pragma once
namespace xrt::auxiliary {
//! C++-only functionality in the Math helper library
namespace math {
} // namespace math
} // namespace xrt::auxiliary