clang::mrdocs::doc::toString

toString overloads

Synopses

Declared in <mrdocs/Metadata/Javadoc.hpp>
Return the name of the Admonish as a string.
dom::String
toString(Admonish kind) noexcept;


» more... Return the name of the NodeKind as a string.
dom::String
toString(NodeKind kind) noexcept;


» more... Return the name of the ParamDirection as a string.
dom::String
toString(ParamDirection kind) noexcept;


» more... Return the name of the Parts as a string.
dom::String
toString(Parts kind) noexcept;


» more... Return the name of the Style as a string.
dom::String
toString(Style kind) noexcept;


» more...

Return Value

The string representation of the style.

Parameters

Name Description
kind The style kind.

Created with MrDocs