Package Tinaa - external symbols

Part of:

asdf-system tinaa
See internal symbols too

A simple, yet extensible, Common Lisp documentation package.

Package Tinaa uses the packages Anaphora, Common-Lisp, Defsystem-Compatibility, Lisp-Markup-Language-2, Metabang.Bind, Metabang.Cl-Containers, Metabang.Moptilities and Metabang.Utilities. It is also known as Doclisp. It has 370 total symbols and 12 external ones.

Condition

cannot-make-part

This error is signaled when a part cannot be created.

Class

doclisp-assembly

A part with sub-parts.

doclisp-part

A part without pieces (a leaf).

Variable

*css-file*

If set, this should point to the CSS file that Tinaa should use.

Function

document-system

Create TINAA documentation for a system. System-kind should be 'package or
some other value for ...

Generic-Function

display-part

Output information about a part. Example modes are
:subpart-list, :detail, :summary.

make-part

Make a part named 'name' of kind 'kind' whose parent is 'parent'.

part-documentation

Returns whatever documentation is available for part using the Common Lisp documentation function...

partname-list

Returns a list of the names of the subparts of part of type 'part-kind'. Usually, these will be s...

subpart-kinds

Returns a list of the kinds of the subparts of assembly.
This is a list of instances of subpart-k...