table Description

Overview

Table of this type describes a Doxygen description extracted from in-source documentation comments. Moreā€¦

Description = {
    -- fields

    isEmpty,
    docBlockList,
}

Detailed Documentation

Table of this type describes a Doxygen description extracted from in-source documentation comments.

Fields

isEmpty

Holds true if description is empty or false otherwise.

docBlockList

Holds an array table of blocks constituting this description. Type of each element of the array is DocBlock.