mrdocs::Config::excludeMacros

Macro patterns to exclude

Synopsis

Declared in <mrdocs/Config.hpp>

std::vector<SymbolGlobPattern> excludeMacros;

Description

A macro whose name matches one of these patterns, or one of exclude‐symbols, is not extracted even if it would otherwise be included.

See include‐symbols for the pattern syntax.

Created with MrDocs