Previous: , Up: Internals   [Contents][Index]


6.2.7 Classes

Class: context

The class of rendering contexts.

Package

net.didierverna.declt.

Source

doc.lisp.

Direct methods
Direct slots
Slot: locations

Whether to hyperlink definitions to their locations.
Currently supported values are NIL (the default), and :file-system.

Initargs

:locations

Readers

locations.

Writers

This slot is read-only.

Slot: default-values

Whether to render default / standard values.

Initargs

:default-values

Readers

default-values.

Writers

This slot is read-only.

Slot: foreign-definitions

Whether to render foreign definitions.

Initargs

:foreign-definitions

Readers

foreign-definitions.

Writers

This slot is read-only.

Slot: declt-notice

whether to add a small credit paragraph about Declt. Possible values are NIL, :short, or :long (the default).

Initform

:long

Initargs

:declt-notice

Readers

declt-notice.

Writers

This slot is read-only.