table DocBlock
Overview
Table of this type describes a block which Description
table consists of. Moreā¦
DocBlock = { -- fields blockKind, title, text, childBlockList, }
Detailed Documentation
Table of this type describes a block which Description
table consists of.
Fields
blockKind
Holds a string describing the type of the block. Must be one of DocBlockKind
.
title
Holds a string with the title of the block (empty string for untitled blocks).
text
Holds a string with the plain-text contents of the block.
childBlockList
Holds an array table with all the child blocks of the current block. Type of each element of the array is DocBlock
.