Class Doclisp-Assembly

A part with sub-parts.

Part of:

package tinaa, class doclisp-class, class doclisp-package, class doclisp-asdf-system, class basic-doclisp-part

Default initargs

:page-writer-class → #:header → #

Direct Superclass

basic-doclisp-part

Direct Subclass

doclisp-asdf-system
doclisp-class
doclisp-package

Slot

document?Initform:t, Initargs::document?; Reader:document?.
flag?Accessors:flag?.
headerInitform:, Initargs::header; Accessors:header.
instance
An instance of this part.
Initargs::instance; Reader:instance.
nameInitargs::name; Reader:name.
name-holderInitargs::name-holder; Reader:name-holder.
page-writerReader:page-writer.
page-writer-classInitargs::page-writer-class; Reader:page-writer-class.
parentsInitargs::parents; Accessors:parents.
part-kindInitargs::part-kind; Reader:part-kind.
part-typeInitargs::part-type; Reader:part-type.
subpartsInitform:(make-container (quote alist-container) initial-element-fn (lambda nil (make-container (quote alist-container)))); Reader:subparts.
urlAccessors:url.

Direct Method

build-documentation
finish-grovel
grovel-part
subpart-kinds

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

Other Method

add-contents-link
build-index-links
build-indexes
depth-for-part
display-part

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

doclisp-header
document-part-p
document-part-to-file
include-kind-in-index-p

Returns true if part should include kind in it's index.

index-kinds

Returns a list describing what indexes to generate for this part. This list is a list of lists of...

layout-engine-for-part
make-root-pointing-url
maybe-show-documentation
part-documentation

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

part-name

Returns the name of the part as a string

short-documentation

Returns the first bit of the documentation for part.
Change short-documentation-length to deter...

show-part-parents

Generate HTML to show the parents of a part. Called for a part only when it actually has parents ...

span-class-for-part-name

Returns the class to be used when displaying the part's name.

start-grovel
url-for-part

Returns the url for the part, creating it if necessary.