table DocRefBlock

Overview

DocRefBlock = {
    -- fields

    refKind,
    id,
    external,

    -- inherited from DocBlock

    blockKind,
    title,
    text,
    childBlockList,
}

Detailed Documentation

Fields

refKind

Holds a string describing hyperlink target. Must be one of RefKind.

id

Holds a Doxygen identifier of the hyperlink target.