Skip to content
Snippets Groups Projects
Commit 2ae3ce88 authored by Ryan Pavlik's avatar Ryan Pavlik
Browse files

a/util: Namespace documentation

parent d88aefaf
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment