File.h file

A file.

Namespaces

namespace Namespace
A namespace.

Enums

enum Enum { Value }
An enum.
enum EnumBrief { }
Enum with just a brief.
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.
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.
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.
int Variable constexpr
A variable.
int VariableBrief constexpr
Variable with just a brief.

Defines

#define A_MACRO
A macro.

Enum documentation

enum Enum

An enum.

Detailed enum docs.

Enumerators
Value

A value

Typedef documentation

typedef int Typedef

A typedef.

Detailed typedef docs.

Function documentation

void foo()

A function.

Detailed function docs.

void 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 Variable constexpr

A variable.

Detailed variable docs.

Define documentation

#define A_MACRO

A macro.

This appears only in the file docs and fully expanded.