Generated: September 15, 2004, 10:54:48 | Copyright © 2004 , Kurt Nørmark |  |
Nested Extractions
Kurt Normark © Department of Computer Science, Aalborg University
Source file: examples/manual-xml-in-laml/point.scm
LAML Version 25.10 (September 15, 2004, full) This is an example of extraction of nested documentation comments
Table of Contents: Alphabetic index: point |
Form | (point x y) |
Description | The function point. This function acts as a class. |
|
Accessors |
|
|
getx |
Form | (getx) |
Description | The method that accesses x |
|
gety |
Form | (gety) |
Description | The method that accesses y |
|
add |
Form | (add p) |
Description | Add p to this point |
|
type-of |
Form | (type-of) |
Description | Return the type of this point |
|
fac |
Form | (fac n) |
Description | The factorial functions. Also known as n! |
Precondition | n >= 0 |
Parameters | n | An integer |
Returns | n * (n-1) * ... * 1 |
|
Generated: September 15, 2004, 10:54:49
Generated by LAML SchemeDoc.