clean-manual-page | (clean-manual-page page) | Filter a manual page such that only known elements are processed. |
comment | (comment internal-comment) | Defines an internal comment. |
cross-references | (cross-references . ref-list) | Defines a list of cross reference items. |
description | (description description-string) | Describes the meaning of of a function. |
end-remark | end-remark | A possible end remark added as the last line of the documentation in small font. |
example | (example ex) | Gives an example of the described function |
form | (form form-list) | Shows the calling form of a manual entry |
internal-ref | (internal-ref name) | Returns a link to another place in the current manual document |
internal-references | (internal-references cat . ref-list) | Make a list of references to other places in this manual. |
laml-manual-stuff | laml-manual-stuff | A boolean variable which controls if the generated manual is considered a laml manual. |
make-manual | (make-manual . par-list) | This function makes the manual from collected information. |
make-master-index | (make-master-index all-entries . dir) | Write a master index to the file manual-name.html. |
manual-index | (manual-index manual style) | Return a manual index. |
manual-index-order-leq? | (manual-index-order-leq? x y) | The predicate ordering the manual entries for index sorting
|
manual-index-width-list | manual-index-width-list | The widths of the colums of the manual index. |
manual-masterindex | (manual-masterindex augmented-manual style) | Return the master index given an augmented manual. |
manual-page | (manual-page id . elements) | Defines a manual entry. |
manual-page? | (manual-page? elements) | Given an entry (or page). |
manual-section | (manual-section . elements) | Define a manual section with title and body (plain text)
|
manual-section | (manual-section . element) | Defines a new section of a manual. |
manual-section? | (manual-section? elements) | Given an entry (or page). |
manual-table-of-contents | (manual-table-of-contents manual style) | Old
|
master-manual-index-width-list | master-manual-index-width-list | The column widths of the master index. |
misc | (misc m) | Describes miscelaneous information about this function |
parameter | (parameter name description) | Defines the name and the meaning of a single parameter |
parameters | (parameters . parameter-list) | Defines the parameters of a function |
pre-condition | (pre-condition condition-string) | Defines the precondition of a manual entry |
read-and-augment-lsp-file | (read-and-augment-lsp-file name . dir) | Return the saved name.lsp manual info. |
reference | (reference cat anchor url) | Makes a single reference to an Internet item |
returns | (returns return-description) | Explains the returned value of a function |
section-body | (section-body body) | Defines the body of a manual section |
section-title | (section-title title) | Defines the title of a section |
set-home-url | (set-home-url url) | Define the home url to be referred to from the manual page, if any. |
set-manual-abstract | (set-manual-abstract abstract) | Defines a manual abstract text |
set-manual-author | (set-manual-author . author-affiliation-list) | Defines the author and affiliation information of this manual |
set-manual-master-index | (set-manual-master-index url) | Define the url of the master index. |
set-manual-name | (set-manual-name name) | Defines the name of this manual. |
set-manual-title | (set-manual-title title) | Defines the manual title |
title | (title title-string) | Sets the title of a manual entry. |
write-lisp-form-manual | (write-lisp-form-manual manual-page-list . dir) | Writes a manual structure (list of entries) to a file. |