Return true if the given block kind represents a command block.
Declared in <mrdocs/Metadata/DocComment/Block/BlockKind.hpp>
constexpr
bool
isBlockCommand(BlockKind k) noexcept;
true if the given block kind represents a command block.
| Name | Description |
|---|---|
| k | Enumerates the different kinds of DocComment blocks. |