1/* vim:set ft=c: */
2/**
3 * \defgroup api_l4re L4Re C++ Interface
4 *
5 * Documentation of the L4 Runtime Environment C++ API.
6 */
7/**
8 * \defgroup api_l4re_util L4Re Util C++ Interface
9 * \ingroup api_l4re
10 *
11 * Documentation of the L4 Runtime Environment utility functionality in C++.
12 */
13/**
14 * L4Re C++ Interfaces
15 */
16namespace L4Re
17{
18  /**
19   * Documentation of the L4 Runtime Environment utility functionality in C++.
20   */
21  namespace Util {}
22}
23