Spread namespace
This namespace is spread over two files.
So it has no global include but per-entry includes, properly expanding the brief-only docs into detailed ones. (Unless the includes are disabled globally or the files are not documented.)
Enums
- enum Enum { }
- An enum.
- enum RelatedEnum { }
- A related enum in a different file. Detailed info only if includes not disabled.
Typedefs
- using Int = int
- A typedef.
Functions
- void foo()
- A function.
Variables
- const int Var constexpr
- A variable.