attribute-description | (attribute-description name description) | Defines and explains a single attribute of an XML-in-LAML function |
attribute-descriptions | (attribute-description . attribute-description-list) | Defines and explains the attributes of an XML-in-LAML function |
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. |
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. |
manual-page | (manual-page id . elements) | Defines a manual entry. |
manual-section | (manual-section . element) | Defines a new section of a manual. |
manual-section | (manual-section . elements) | Define a manual section with title and body (plain text) |
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 |
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. |
xml-in-laml-example-form | (xml-in-laml-example-form form-list) | Shows a typical example of a calling form of an XML-in-LAML element. |