mrdocs::doc::isBlockCommand

Return true if the given block kind represents a command block.

Synopsis

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

constexpr
bool
isBlockCommand(BlockKind k) noexcept;

Return Value

true if the given block kind represents a command block.

Parameters

Name Description

k

Enumerates the different kinds of DocComment blocks.

Created with MrDocs