DocumentableEntry

struct DocumentableEntry

A declaration model paired with its documentation lines.

Properties

let value: Documentable

The declaration or signature component stored at this index.

let documentation: [String]

Comment text with the leading // and one optional space removed.

let source: String?

The exact declaration source for functions and methods; otherwise none.