mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-12 09:55:33 +00:00
41 lines
631 B
C
41 lines
631 B
C
|
// Copyright 2019, Collabora, Ltd.
|
||
|
// SPDX-License-Identifier: BSL-1.0
|
||
|
/*!
|
||
|
* @file
|
||
|
* @brief Header with just documentation.
|
||
|
* @author Jakob Bornecrantz <jakob@collabora.com>
|
||
|
* @ingroup aux_util
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
|
||
|
/*!
|
||
|
* @defgroup aux Auxiliary
|
||
|
* @ingroup xrt
|
||
|
*
|
||
|
* @brief Shared code and helpers for Monado.
|
||
|
*/
|
||
|
|
||
|
/*!
|
||
|
* @defgroup aux_util Utilities
|
||
|
* @ingroup aux
|
||
|
*
|
||
|
* @brief Smaller pieces of auxiliary utilities code.
|
||
|
*/
|
||
|
|
||
|
|
||
|
/*!
|
||
|
* @dir auxiliary
|
||
|
* @ingroup aux
|
||
|
*
|
||
|
* @brief Shared code and helpers for Monado.
|
||
|
*/
|
||
|
|
||
|
/*!
|
||
|
* @dir auxiliary/util
|
||
|
* @ingroup aux
|
||
|
*
|
||
|
* @brief Smaller pieces of auxiliary utilities code.
|
||
|
*/
|