Contained namespace
#include <First.h>
This namespace is contained in a single file.
So it has only the global include and no per-entry includes, thus also no detailed sections because there's only brief. (Unless the includes are disabled globally or the file is not documented.)
Enums
- enum Enum { }
- An enum.
Typedefs
- using Int = int
- A typedef.
Functions
- void foo()
- A function.
Variables
- const int Var constexpr
- A variable.