(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
module-detailsprocedureConstruct a module-details struct.
module-details?procedureTest if a value is a module-details struct.
module-details-nameprocedureGet the name field of a module-details struct.
module-details-fileprocedureGet the file field of a module-details struct.
module-details-packageprocedureGet the package field of a module-details struct.
module-details-descriptionprocedureGet the description field of a module-details struct.
module-details-exportsprocedureGet the exports field of a module-details struct.
module-details-syntaxesprocedureGet the syntaxes field of a module-details struct.
module-details-examplesprocedureGet the examples field of a module-details struct.
export-detailsprocedureConstruct a export-details struct.
export-details?procedureTest if a value is a export-details struct.
export-details-nameprocedureGet the name field of a export-details struct.
export-details-kindprocedureGet the kind field of a export-details struct.
export-details-signatureprocedureGet the signature field of a export-details struct.
export-details-descriptionprocedureGet the description field of a export-details struct.
export-details-examplesprocedureGet the examples field of a export-details struct.
export-details-source-moduleprocedureGet the source-module field of a export-details struct.
syntax-detailsprocedureConstruct a syntax-details struct.
syntax-details?procedureTest if a value is a syntax-details struct.
syntax-details-nameprocedureGet the name field of a syntax-details struct.
syntax-details-patternsprocedureGet the patterns field of a syntax-details struct.
syntax-details-descriptionprocedureGet the description field of a syntax-details struct.
syntax-details-examplesprocedureGet the examples field of a syntax-details struct.