mrdocs::toString

Return the name of the SymbolKind as a string.

Synopsis

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

constexpr
std::string_view
toString(ExtractionMode kind) noexcept;

Return Value

the name of the SymbolKind as a string.

Parameters

Name Description

kind

Determine why a symbol is extracted

Created with MrDocs