mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-12 00:38:04 +00:00
a/util: Namespace documentation
This commit is contained in:
parent
d88aefafbc
commit
2ae3ce883d
|
@ -38,3 +38,29 @@
|
|||
*
|
||||
* @brief Smaller pieces of auxiliary utilities code.
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
/*!
|
||||
* @brief C++-only APIs in Monado.
|
||||
*
|
||||
* There are not very many of them.
|
||||
*/
|
||||
namespace xrt {
|
||||
|
||||
/*!
|
||||
* @brief C++-only functionality from assorted helper libraries
|
||||
*/
|
||||
namespace auxiliary {
|
||||
|
||||
/*!
|
||||
* @brief C++-only functionality from the miscellaneous "util" helper library
|
||||
*/
|
||||
namespace util {
|
||||
|
||||
} // namespace util
|
||||
|
||||
} // namespace auxiliary
|
||||
|
||||
} // namespace xrt
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue