mrdocs::Symbol::Extraction

Determine why a symbol is extracted.

Synopsis

Declared in <mrdocs/Metadata/Symbol/SymbolBase.hpp>

ExtractionMode Extraction = ExtractionMode::Dependency;

Description

This flag distinguishes Info from its dependencies and indicates why it was extracted.

Non‐dependencies can be extracted in normal mode, see‐below mode, or implementation‐defined mode.

A dependency is a symbol that does not meet the configured conditions for extraction, but had to be extracted due to it being used transitively by a primary Info.

Created with MrDocs