mrdocs::Config::implementationDefined

Symbols rendered as "implementation‐defined"

Synopsis

Declared in <mrdocs/Config.hpp>

std::vector<SymbolGlobPattern> implementationDefined;

Description

Symbols matching these filters, and symbols in scopes that match, are tagged "implementation‐defined".

Use it for symbols that belong to the project's private API.

An "implementation‐defined" symbol has no page of its own, and any reference to it renders as "implementation‐defined".

See include‐symbols for the pattern syntax.

Created with MrDocs