Authoring Templates
HTML Classes
The following is a list of HTML classes in the documentation nodes inserted into
the documents. Some of these (e.g., codex-slot
and codex-class-slot
) are
used simultaneously.
codex-name
- The name of a node, e.g. a function or a class.
codex-docstring
- The docstring section of a node.
codex-doc-node
- A documentation node.
codex-lambda-list
- The lambda list of an operator node.
codex-function
- A function node.
codex-macro
- A macro node.
codex-generic-function
- A generic function node.
codex-method
- A method node.
codex-operator
- This class is present in all operator nodes. If an unsupported subclass of
operator-node
is used, it expands the name, docstring and lambda list and nothing more, and only uses this class. codex-slot
- A structure or class slot.
codex-structure-slot
- The slot of a structure. This only contains a name, not a docstring.
codex-class-slot
- The slot of a class.
codex-record
- A structure or class node.
codex-structure
- A structure node.
codex-class
- A class node.
codex-condition
- A condition node.
codex-variable
- A variable node.
codex-type
- A type definition node.
codex-type-def
- The actual type definition in the type node.