Class class
#include <First.h>

A class.

Contents

Global include information for this one. (Unless the includes are disabled globally or the file is not documented.)

Public functions

void foo()
No include information for this one (and thus no details)

Enum documentation

enum RelatedEnum
#include <Second.h>

A related enum in a different file. Shouldn't be shown in namespace docs but it is :(.

Typedef documentation

typedef int RelatedInt
#include <Second.h>

A related typedef in a different file.

Function documentation

void relatedFunc()
#include <Second.h>

A related function in a different file.

Variable documentation

const int RelatedVar constexpr
#include <Second.h>

A related variable in a different file.

Define documentation

#define RELATED_DEFINE
#include <Second.h>

A related define in a different file.