mrdocs::doc::AdmonitionBlock
A block for side‐notes like tips, warnings, notes
Synopsis
Declared in <mrdocs/Metadata/DocComment/Block/AdmonitionBlock.hpp>
struct AdmonitionBlock final
: BlockCommonBase<BlockKind::Admonition>
, BlockContainer
Description
This paragraph represents an admonition, such as a note, tip, important, caution, or warning.
Member Functions
Name |
Description |
|
Default constructor |
Equality operators |
|
Three‐way comparison operators |
Non-Member Functions
Name |
Description |
Determine if the inline is empty |
|
Removes leading whitespace from the first text elements |
|
Removes leading whitespace from the block. |
|
Removes trailing whitespace from the last text elements |
|
Removes trailing whitespace from the block. |
|
Removes leading and trailing whitespace from the block. |
|
Removes leading and trailing whitespace from the text elements |
Created with MrDocs