toString overloads

Synopses

Declared in <mrdocs/Metadata/DocComment/Block/AdmonitionKind.hpp>

Return the name of the Admonish as a string.

Convert a block kind to its kebab‐case string name.

dom::String
toString(BlockKind kind) noexcept;

Convert an inline kind to its kebab‐case string.

dom::String
toString(InlineKind kind) noexcept;

Return the name of the ParamDirection as a string.

Return the name of the Parts as a string.

dom::String
toString(Parts kind) noexcept;

Created with MrDocs