Namespace namespace
#include <File.h>

A namespace.

Enums

enum Enum { Value }
An enum.
enum EnumBrief { }
Enum with just a brief.

Typedefs

using Typedef = int
A typedef.
using TypedefBrief = int
Typedef with just a brief.

Functions

void foo()
A function.
void foo(float)
void fooBrief()
Function with just a brief.

Variables

int Variable constexpr
A variable.
int VariableBrief constexpr
Variable with just a brief.

Enum documentation

enum Namespace::Enum

An enum.

Detailed enum docs.

Enumerators
Value

A value

Typedef documentation

typedef int Namespace::Typedef

A typedef.

Detailed typedef docs.

Function documentation

void Namespace::foo()

A function.

Detailed function docs.

void Namespace::foo(float)

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Function overload with no brief.

Variable documentation

int Namespace::Variable constexpr

A variable.

Detailed variable docs.