A table block
Synopsis
Declared in <mrdocs/Metadata/DocComment/Block/TableBlock.hpp>
struct TableBlock final
: BlockCommonBase<BlockKind::Table>
Description
Syntax:
| Header 1 | Header 2 | Header 3 |
| :------- | :------: | -------: |
| Left | Center | Right |
| Cell 1A | Cell 1B | Cell 1C |
| Cell 2A | Cell 2B | Cell 2C |
Base Classes
Name |
Description |
Base class for providing variant discriminator functions. |
Static Member Functions
Data Members
Name |
Description |
Column alignments for each table column. |
|
Rows that make up the table body (header first when present). |