sigildocs

(sigil docs types)

(sigil docs types) - Documentation Data Types

Defines the struct types used to represent module and export documentation throughout the docs system.

Exports

Construct a module-details struct.

Test if a value is a module-details struct.

Get the name field of a module-details struct.

Get the file field of a module-details struct.

Get the package field of a module-details struct.

Get the description field of a module-details struct.

Get the exports field of a module-details struct.

Get the syntaxes field of a module-details struct.

Get the examples field of a module-details struct.

Construct a export-details struct.

Test if a value is a export-details struct.

Get the name field of a export-details struct.

Get the kind field of a export-details struct.

Get the signature field of a export-details struct.

Get the description field of a export-details struct.

Get the examples field of a export-details struct.

Get the source-module field of a export-details struct.

Construct a syntax-details struct.

Test if a value is a syntax-details struct.

Get the name field of a syntax-details struct.

Get the patterns field of a syntax-details struct.

Get the description field of a syntax-details struct.

Get the examples field of a syntax-details struct.