| :header → # | :part-kind → # |
|---|---|
| :document? → # | :part-type → # |
| :page-writer-class → # |
| doclisp-assembly | A part with sub-parts. |
|---|---|
| name-holder-mixin |
| author-mail | Reader:author-mail. |
|---|---|
| author-name | Reader:author-name. |
| document? | Initform:t, Initargs::document?; Reader:document?. |
| flag? | Accessors:flag?. |
| header | Initform:, Initargs::header; Accessors:header. |
| instance | An instance of this part. Initargs::instance; Reader:instance. |
| maintainer-mail | Initargs::maintainer-mail; Reader:maintainer-mail. |
| maintainer-name | Initargs::maintainer-name; Reader:maintainer-name. |
| name | Initargs::name; Reader:name. |
| name-holder | Initargs::name-holder; Reader:name-holder. |
| page-writer | Reader:page-writer. |
| page-writer-class | Initargs::page-writer-class; Reader:page-writer-class. |
| parents | Initargs::parents; Accessors:parents. |
| part-kind | Initargs::part-kind; Reader:part-kind. |
| part-type | Initargs::part-type; Reader:part-type. |
| subparts | Initform:(make-container (quote alist-container) initial-element-fn (lambda nil (make-container (quote alist-container)))); Reader:subparts. |
| url | Accessors:url. |
| display-part | Output information about a part. Example modes are |
|---|---|
| edge-kinds-for-part-graph | |
| graph-part-p | |
| index-kinds | Returns a list describing what indexes to generate for this part. This list is a list of lists of... |
| make-part-graph | |
| 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... |
| short-documentation | Returns the first bit of the documentation for part. |
| subpart-kinds | Returns a list of the kinds of the subparts of assembly. |
| system-files |
| add-contents-link | |
|---|---|
| build-documentation | |
| build-index-links | |
| build-indexes | |
| depth-for-part | |
| doclisp-header | |
| document-part-p | |
| document-part-to-file | |
| find-part | Returns a existing part if it can be found. |
| finish-grovel | |
| grovel-part | |
| include-in-contents-p | |
| include-kind-in-index-p | Returns true if part should include kind in it's index. |
| layout-engine-for-part | |
| make-root-pointing-url | |
| maybe-show-documentation | |
| name-holder | |
| part-name | Returns the name of the part as a string |
| 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. |