clang::mrdocs::doc::toString

Return the name of the NodeKind as a string.

Synopsis

Declared in <mrdocs/Metadata/Javadoc.hpp>
dom::String
toString(NodeKind kind) noexcept;


Return Value

the name of the NodeKind as a string.

Parameters

Name Description
kind The kind of node.

Created with MrDocs